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 cellnames

A string array containing the cell names for all tokens

RECORD ARRAY recarray

The record array with tokens

Return value

RECORD ARRAY

A record array with only tokens