diff options
Diffstat (limited to 'source/text/sbasic/shared/03020305.xhp')
-rw-r--r-- | source/text/sbasic/shared/03020305.xhp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03020305.xhp b/source/text/sbasic/shared/03020305.xhp index e7a3b7f9db..2aa79535a3 100644 --- a/source/text/sbasic/shared/03020305.xhp +++ b/source/text/sbasic/shared/03020305.xhp @@ -50,7 +50,9 @@ <paragraph role="paragraph" id="par_id5444807" xml-lang="en-US" l10n="NEW">For all other files, the Seek statement sets the byte position at which the next operation is to occur.</paragraph> <paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U" oldref="5">See also: <link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link>, <link href="text/sbasic/shared/03020304.xhp" name="Seek">Seek</link>.</paragraph> <paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="2" l10n="U" oldref="6">Syntax:</paragraph> -<paragraph role="code" id="par_id3145273" xml-lang="en-US" l10n="CHG" oldref="7">Seek[#FileNumber], Position (As Long)</paragraph> +<bascode> +<paragraph role="bascode" id="par_id3145273" xml-lang="en-US" l10n="CHG" oldref="7">Seek[#FileNumber], Position (As Long)</paragraph> +</bascode> <paragraph role="heading" id="hd_id3154321" xml-lang="en-US" level="2" l10n="U" oldref="8">Parameters:</paragraph> <paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="CHG" oldref="9"> <emph>FileNumber: </emph>The data channel number used in the Open statement.</paragraph> |