UnpackRecord (open)
Unpacks a record into a record array
Syntax
// Core function, no LOADLIB necessary
RECORD ARRAY FUNCTION UnpackRecord(RECORD rec)
Parameters
RECORD rec
Record to unpack
Return value
RECORD ARRAY
Record array with info about the record, with one record per cell in the parameter
name
Name of the cell
value
Value contained in the cell
Description
Creates a record array with info about a record (all the cell names, types of the values in the cells)