diff options
Diffstat (limited to 'source/text/sbasic/shared/03120402.xhp')
-rw-r--r-- | source/text/sbasic/shared/03120402.xhp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03120402.xhp b/source/text/sbasic/shared/03120402.xhp index 988ea73da9..e6080f6d18 100644 --- a/source/text/sbasic/shared/03120402.xhp +++ b/source/text/sbasic/shared/03120402.xhp @@ -47,7 +47,9 @@ <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" oldref="2">Returns the number of characters in a string, or the number of bytes that are required to store a variable.</paragraph> </section> <paragraph role="heading" id="hd_id3159177" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U" oldref="4">Len (Text As String)</paragraph> +<bascode>
+<paragraph role="bascode" id="par_id3150669" xml-lang="en-US" oldref="4">Len (Text As String)</paragraph>
+</bascode> <paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> <paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph> <paragraph role="heading" id="hd_id3147531" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> |