diff options
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/func_numbervalue.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_numbervalue.xhp b/source/text/scalc/01/func_numbervalue.xhp index 7e60ca3aed..026f8a5926 100644 --- a/source/text/scalc/01/func_numbervalue.xhp +++ b/source/text/scalc/01/func_numbervalue.xhp @@ -39,7 +39,7 @@ <paragraph xml-lang="en-US" id="par_id3149281" role="paragraph">Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator</paragraph> <embed href="text/scalc/00/avail_release.xhp#4.1"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3149268" role="code">NUMBERVALUE("Text";decimal_separator;group_separator)</paragraph> + <paragraph xml-lang="en-US" id="par_id3149268" role="code">NUMBERVALUE("Text" [;decimal_separator [;group_separator]])</paragraph> <paragraph xml-lang="en-US" id="par_id3154819" role="paragraph"><emph>Text</emph> is a valid number expression and must be entered with quotation marks.</paragraph> <paragraph xml-lang="en-US" id="par_id3154820" role="paragraph"><emph>decimal_separator</emph> (optional) defines the character used as the decimal separator.</paragraph> <paragraph xml-lang="en-US" id="par_id3154821" role="paragraph"><emph>group_separator</emph> (optional) defines the character(s) used as the group separator.</paragraph> |