FILE_LOF
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > FILE: functions working on files > FILE_LOF |
Description
Return the length of an open disk file.
Syntax
n = FILE_LOF(FileID)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
FileID |
Number |
No |
A previously open file handle |
Remarks
Restrictions
See also
Examples