Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a container of selected tokens from a set of available tokens.
Syntax
protected container selectTokens(str _tokens, container _available)
Run On
Called
Parameters
- _tokens
Type: str
A semicolon separated list of token.
- _available
Type: container
A container of availabe RecIds and tokens pairs.
Return Value
Type: container
A container of two parallel containers.
Remarks
The _available parameter is a container of pairs which are held in a container: [[RecId, token]...]. The return value is a container holding two containers: [[RecIds...], [tokens...]].