summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-06-26 21:14:06 +0200
committerEike Rathke <erack@redhat.com>2012-06-26 21:14:06 +0200
commitb6956a9dfce0057a1af539d3142bacf52c6bc31a (patch)
tree2b0d93fbade29a7895e6e0a411d09ca605036ccb /helpcontent2/source/text
parent1cbdfa86dc02b054633666d3295a0aabf911ba8c (diff)
fdo#51442 adapted help content of N(), errors are propagated
Change-Id: Ib4e1ffd1e04f8bae0659bf4468d7d1ed605a795f
Diffstat (limited to 'helpcontent2/source/text')
-rw-r--r--helpcontent2/source/text/scalc/01/04060104.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060104.xhp b/helpcontent2/source/text/scalc/01/04060104.xhp
index c64b66534f..66ed847c34 100644
--- a/helpcontent2/source/text/scalc/01/04060104.xhp
+++ b/helpcontent2/source/text/scalc/01/04060104.xhp
@@ -524,12 +524,12 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_N" id="bm_id3153786" localize="false"/>
<paragraph role="heading" id="hd_id3153694" xml-lang="en-US" level="2" l10n="U" oldref="119">N</paragraph>
-<paragraph role="paragraph" id="par_id3150405" xml-lang="en-US" l10n="CHG" oldref="120"><ahelp hid="HID_FUNC_N">Returns the numeric value of the given parameter. Returns 0 if parameter is text, FALSE or #NA.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id9115573" xml-lang="en-US" l10n="NEW">If an error occurs, other than #NA, the function returns the error value.</paragraph>
+<paragraph role="paragraph" id="par_id3150405" xml-lang="en-US" l10n="CHG" oldref="120"><ahelp hid="HID_FUNC_N">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id9115573" xml-lang="en-US" l10n="NEW">If an error occurs the function returns the error value.</paragraph>
<paragraph role="heading" id="hd_id3145774" xml-lang="en-US" level="3" l10n="U" oldref="121">Syntax</paragraph>
<paragraph role="code" id="par_id3153883" xml-lang="en-US" l10n="U" oldref="122">N(Value)</paragraph>
<paragraph role="paragraph" id="par_id3151101" xml-lang="en-US" l10n="CHG" oldref="123">
-<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text and errors as 0.</paragraph>
+<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0.</paragraph>
<paragraph role="heading" id="hd_id3147097" xml-lang="en-US" level="3" l10n="U" oldref="124">Example</paragraph>
<paragraph role="paragraph" id="par_id3154117" xml-lang="en-US" l10n="CHG" oldref="125">
<item type="input">=N(123)</item> returns 123</paragraph>