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 data

Source record

STRING ARRAY cells

Names of cells to get from the source record (if they exist). No duplicates allowed.

Return value

RECORD

Record with the picked cells