// Find out the size of a record in the Orders data file
ResSize = Orders..RecordSize
Syntax
<Size> = <Element used>..RecordSize
<Size>: Integer
Size of the record (in bytes) while ignoring the composite keys.
<Element used>: Character string (with or without quotes)
Name of the element for which the size of a record is requested:- name of a data file described in the data model editor or by programming,
- name of an HFSQL view,
- name of a query.