.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


LOC function
Example

Returns the current position of the file pointer in a file.

Syntax

LOC ( fileNumber )

Elements

fileNumber


Return value

The following table presents the LOC return values for random, sequential, and binary files.
File typeReturn value
Random The number of the last record read from or written to the file. This is the file pointer position, minus 1.
SequentialThe byte position in the file, divided by 128 and truncated to an integer.
BinaryThe position of the last byte read from or written to the file. This is the file pointer position, minus 1.

Example
See Also