Lof

Length = Lof ( File )

Returns the length of a opened stream.

Example :

OPEN FileName FOR READ AS #hFile
...
PRINT "File length is"; Lof(hFile)


Referenced by :