Returns one of the given strings if the expression to the left of it matches.

Syntax

Smartsite SXML CopyCode image Copy Code
any sys.choice(any[ ] args)

Parameters

Name Data Type Description
args Any[ ] The arguments.

Return Value

Data Type Description
Any One of the strings.

Expand image Remarks

Expand image Example

SXML