Xbasic
RECSIZE Function
Syntax
Size_In_Characters as N = RECSIZE([C tablename])
Arguments
- tablename
Optional. Default = current or primary table. The name of a table.
Description
Returns the number of characters reserved for each record.
Discussion
RECSIZE() returns an integer that is the size of a record in the specified table, measured by adding the number of characters reserved for each field. The result is the sum of the widths of all fields in the record + 1.
See Also