diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 10:52:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 10:52:52 +0100 |
commit | ae7aae4e8962cb1256a785dad57bc8ce697b993f (patch) | |
tree | 2189423df8ea979b10bd63609a7b2be0608f450c /helpcontent2 | |
parent | 2b18ffdb75152e0d537d5d0240d8d5d4fd06eac9 (diff) |
fix broken tag
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/source/text/sbasic/shared/03020304.xhp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/03020304.xhp b/helpcontent2/source/text/sbasic/shared/03020304.xhp index 76d29ffc89..bdf472dc56 100644 --- a/helpcontent2/source/text/sbasic/shared/03020304.xhp +++ b/helpcontent2/source/text/sbasic/shared/03020304.xhp @@ -46,8 +46,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3154367"><bookmark_value>Seek function</bookmark_value> </bookmark> <paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020304.xhp" name="Seek Function [Runtime]">Seek Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="CHG" oldref="2">Returns the position for the next writing or reading in a file that was opened with the open statement. -UFI: see #61750</comment></paragraph> +<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="CHG" oldref="2">Returns the position for the next writing or reading in a file that was opened with the open statement.</paragraph> </section> <paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U" oldref="3">For random access files, the Seek function returns the number of the next record to be read.</paragraph> <paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U" oldref="4">For all other files, the function returns the byte position at which the next operation is to occur.</paragraph> |