From 61173c1b58efa79c0ba6b08348d2796a249d0186 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 1 Sep 2012 09:51:27 -0500 Subject: move help structure one directory up Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc --- source/text/sbasic/shared/03020304.xhp | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 source/text/sbasic/shared/03020304.xhp (limited to 'source/text/sbasic/shared/03020304.xhp') diff --git a/source/text/sbasic/shared/03020304.xhp b/source/text/sbasic/shared/03020304.xhp new file mode 100644 index 0000000000..bdf472dc56 --- /dev/null +++ b/source/text/sbasic/shared/03020304.xhp @@ -0,0 +1,62 @@ + + + + + + + + +Seek Function [Runtime] +/text/sbasic/shared/03020304.xhp + + +Sun Microsystems, Inc. +converted from old format - fpe + + + +
+Seek function + +Seek Function [Runtime] +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. +See also: Open, Seek. +Syntax: +Seek (FileNumber) +Return value: +Long +Parameters: + +FileNumber: The data channel number used in the Open statement. + +
-- cgit