PickCells (open)
Returns a subset of cells of a record
Syntax
// Core function, no LOADLIB necessary
RECORD FUNCTION PickCells(RECORD data, STRING ARRAY cells)Parameters
RECORD dataSource record
STRING ARRAY cellsNames of cells to get from the source record (if they exist). No duplicates allowed.
Return value
RECORDRecord with the picked cells