RSIZE(1)
PURPOSE
This function will return the record size for a specified file.
PARTS
1 f/c/e | Required - The file_number/handle for the specified file. |
RETURN TYPE - I
This is the maximum record size.
EXAMPLE
define hndl,x type i
openv 'errmsg' fnum hndl
x = RSIZE(hndl)
// x = 324
Page url: http://www.cassoftware.com/tas/manual/recordsize().htm