From ae7aae4e8962cb1256a785dad57bc8ce697b993f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 17 Apr 2012 10:52:52 +0100 Subject: fix broken tag --- helpcontent2/source/text/sbasic/shared/03020304.xhp | 3 +-- 1 file changed, 1 insertion(+), 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 @@ Seek function Seek Function [Runtime] -Returns the position for the next writing or reading in a file that was opened with the open statement. -UFI: see #61750 +Returns the position for the next writing or reading in a file that was opened with the open statement. For random access files, the Seek function returns the number of the next record to be read. For all other files, the function returns the byte position at which the next operation is to occur. -- cgit