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 dataSource record
STRING ARRAY cellsNames of cells to drop from the source record (if they exist)
Return value
RECORDRecord with the omitted cells