NUMREC [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
NUMREC
The NUMREC function returns the number of records in a file that contain
data.
Syntax
NUMREC(fnum)
Parameters
fnum The file number that HP Business BASIC/XL uses to
identify the file. It is a numeric expression that
evaluates to a positive short integer. An optional #
can precede fnum.
Example
110 Filesize= NUMREC(2) !Filesize is the number of records in file 2
MPE/iX 5.0 Documentation