Loc Function /text/sbasic/shared/03020302.xhp Sun Microsystems, Inc.
Loc function Loc Function Returns the current position in an open file.
Syntax: Loc(FileNumber) 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.
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariableplus.cxx
AgeCommit message (Expand)Author
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2021-12-15ucb: remove --with-webdav=neonMichael Stahl