OmitCells (open)
Eliminates a subset of cells of a record
Syntax
// Core function, no LOADLIB necessary
RECORD FUNCTION OmitCells(RECORD data, STRING ARRAY cells)
Parameters
RECORD data
Source record
STRING ARRAY cells
Names of cells to drop from the source record (if they exist)
Return value
RECORD
Record with the omitted cells