diff options
Diffstat (limited to 'source/text/sbasic/shared/03100900.xhp')
-rw-r--r-- | source/text/sbasic/shared/03100900.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03100900.xhp b/source/text/sbasic/shared/03100900.xhp index 4870bdf735..4c41f52382 100644 --- a/source/text/sbasic/shared/03100900.xhp +++ b/source/text/sbasic/shared/03100900.xhp @@ -46,14 +46,14 @@ <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <section id="ExpressionArgument"> -<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US"> <emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text using the default number format of your %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">language settings</link>. For instance, the number must be entered using a dot "." as the decimal point and a comma "," as the thousands separator (for instance 123,456.78) for the English language setting.</paragraph> +<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US"> <emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text using the default number format of your %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">locale settings</link>. For instance, the number must be entered using a dot "." as the decimal point and a comma "," as the thousands separator (for instance 123,456.78) for the English locale setting.</paragraph> </section> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <section id="ExampleCountryConvert"> -<paragraph role="paragraph" id="par_id761652451117906">Numeric expressions are displayed according to %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">language settings</link>:</paragraph> +<paragraph role="paragraph" id="par_id761652451117906">Numeric expressions are displayed according to %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">locale settings</link>:</paragraph> <bascode> <paragraph id="par_idm1341609456" role="bascode" localize="false">Sub ExampleCountryConvert</paragraph> <paragraph id="par_idm1341608224" role="bascode" xml-lang="en-US"> MsgBox CDbl(1234.5678) ' 1234.5678</paragraph> @@ -70,4 +70,4 @@ </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |