NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LOF Function

Returns a Long representing the size, in bytes, of a file opened using the Open statement.

LOF(filenumber)

The required filenumber argument is an Integer containing a valid file number.

Note   Use the FileLen function to obtain the length of a file that is not open.

See Also

Example

EOF Function | FileLen Function | Loc Function | Open Statement