Name | Type | Meaning |
---|---|---|
allrows | integer | The total number of rows in the specified array, including deleted rows This is similar to the 4GL procedure ArrayAllRows( ). |
firstrow | integer | The index of the first (lowest-numbered) deleted row This is similar to the 4GL procedure ArrayFirstRow( ). |
lastrow | integer | The number of non-deleted rows in the specified array This is similar to the 4GL procedure ArrayLastRow( ). |
IsArray | integer | Returns 1 if array, 0 if not |
RecordTypename | character | For a record, the name of the record type. For an array, this is the name of the row type. |
errorno | integer | The number of the error for the previous operation, 0 if OK |
errortext | character | The text associated with the error for the previous operation |