diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-11-06 20:58:03 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-11-07 19:53:01 +0100 |
commit | 0e8131128326f9a2f8476bf3b72f9a7b45476750 (patch) | |
tree | e94d1b345757ffd8f31109994e7ee620c8d9e752 /source | |
parent | b310c2a8fb3c21429a755b318a1b4be31a5496d0 (diff) |
tdf#150369 IsMissing Function explanation
Change-Id: I10a25151109d4048fdbf8eca596f0f1e334092a2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142300
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03104000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03104000.xhp b/source/text/sbasic/shared/03104000.xhp index f12213c9f0..47a8ecae8f 100644 --- a/source/text/sbasic/shared/03104000.xhp +++ b/source/text/sbasic/shared/03104000.xhp @@ -43,7 +43,7 @@ <paragraph role="heading" id="hd_id3145069" xml-lang="en-US" level="2">Parameters:</paragraph> <paragraph role="paragraph" id="par_id3149457" xml-lang="en-US"> <emph>ArgumentName:</emph> the name of an optional argument.</paragraph> -<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">If the IsMissing function is called by the ArgumentName, then True is returned.</paragraph> +<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">IsMissing returns True if no value has been passed for the ArgumentName; otherwise, it returns False.</paragraph> <paragraph role="paragraph" id="par_id3148798" xml-lang="en-US">See also <link href="text/sbasic/guide/sample_code.xhp" name="Examples">Examples</link>.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> |