From eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 9 May 2017 16:11:32 +0200 Subject: remove obsolete oldref attribute (removes one context line in pot) also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f --- source/text/sbasic/shared/03020302.xhp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/text/sbasic/shared/03020302.xhp') diff --git a/source/text/sbasic/shared/03020302.xhp b/source/text/sbasic/shared/03020302.xhp index c2220d5f7e..0e88e47179 100644 --- a/source/text/sbasic/shared/03020302.xhp +++ b/source/text/sbasic/shared/03020302.xhp @@ -33,20 +33,20 @@
Loc function -Loc Function [Runtime] -Returns the current position in an open file. +Loc Function [Runtime] +Returns the current position in an open file.
-Syntax: +Syntax: -Loc(FileNumber) +Loc(FileNumber) -Return value: -Long -Parameters: - +Return value: +Long +Parameters: + FileNumber: Any numeric expression that contains the file number that is set by the Open statement for the respective file. -If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written. -For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned. +If the Loc function is used for an open random access file, it returns the number of the last record that was last read or written. +For a sequential file, the Loc function returns the position in a file divided by 128. For binary files, the position of the last read or written byte is returned. -- cgit