RecordNumber (Record function)
This ReadOnly, non-shared property returns the file record number of the record associated with the Record object.
Syntax
%recnum = %rec:RecordNumber
Syntax Terms
%recnum | A numeric variable to contain the record number of the %rec record. |
---|---|
%rec | An instantiated Record object variable. |