You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This function returns the value stored in a text list variable, which was previously created using the setStringList() function.

Syntax
getStringList(variableName) #Output: Text list
Examples
Expression parserDescription
getStringList("myStringList")

This example returns the value stored in "myStringList", e.g.:

["Hello","World"]

Additional information

Parameters used in this function

ParameterInput (data type)Description
variableName

TEXT

The name of the stored variable.
Output

This function returns a TEXT LIST

To return the value you must have created the variable before, using the setStringList() function within the same expression.