CalcIt Commands

FILERECS(FileVar)

Returns the number of records in the file. This is equal to Size(FileVar)/RecordSize. RecordSize is defined by FileRecDef command. If it is 1 then Size(FileVar)=FileRecs(FileVar).

See also Using File Variables, FileRecDef, FileDel, FileIns, FileAdd, FileToFile, READFile, ArrToFile, SizeFileSearch, FileCompare

Go Back