RECSIZE [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
RECSIZE
The RECSIZE function returns the number of bytes per record in a file.
The result of this function is of type INTEGER.
Syntax
RECSIZE(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.
Examples
100 Rec=RECSIZE(2) !Rec is number of bytes per record of file 2
MPE/iX 5.0 Documentation