TokenArrayParser (open)
Creates a record array out of a record array with just tokens
Syntax
LOADLIB "wh::filetypes/csv.whlib";
RECORD ARRAY FUNCTION TokenArrayParser(STRING ARRAY cellnames, RECORD ARRAY recarray)Parameters
STRING ARRAY cellnamesA string array containing the cell names for all tokens
RECORD ARRAY recarrayThe record array with tokens
Return value
RECORD ARRAYA record array with only tokens