...
Gets the field names of a record.
Since 9.0.1
Syntax
getFields(set)
Argument | Type | Description |
---|---|---|
set | Recordset or Structured Data | The recordset Recordset or Structured Data (see Understanding Data Types) to get the fields list from. |
Get fields The getFields function will return each field name defined for the record data as an array, except for special internal field names (such as the stream_item_id).
Examples
The getFields function will return a list of field names. These can be extracted using normal array functions and assigned to a variable.
...