diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
commit | bf11a7ef58c79603873e7ef10b906efd40277d5b (patch) | |
tree | 667daa472e05b6c0137144f17da8b4b24aa09417 /helpcontent2/source/text/sbasic/shared/03120401.xhp | |
parent | 736c73b7800bdbdabfd1c4492de6bab403f74431 (diff) | |
parent | c71a27b22b0fa9f82ec28b0b1bfcf354a8e42519 (diff) |
cws tl74: merge with DEV300_m81
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared/03120401.xhp')
-rwxr-xr-x | helpcontent2/source/text/sbasic/shared/03120401.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/03120401.xhp b/helpcontent2/source/text/sbasic/shared/03120401.xhp index 66e86abfe3..8bb9400287 100755 --- a/helpcontent2/source/text/sbasic/shared/03120401.xhp +++ b/helpcontent2/source/text/sbasic/shared/03120401.xhp @@ -48,7 +48,7 @@ DEDR: Reviewed</lastedited> <paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U" oldref="2">Returns the position of a string within another string.</paragraph> </section> <paragraph role="paragraph" id="par_id3147303" xml-lang="en-US" l10n="U" oldref="3">The Instr function returns the position at which the match was found. If the string was not found, the function returns 0.</paragraph> -<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1" l10n="U" oldref="4">Syntax:</paragraph> +<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph> <paragraph role="code" id="par_id3146957" xml-lang="en-US" l10n="U" oldref="5">InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])</paragraph> <paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="2" l10n="U" oldref="6">Return value:</paragraph> <paragraph role="paragraph" id="par_id3149763" xml-lang="en-US" l10n="U" oldref="7">Integer</paragraph> |