This function returns the values stored in a number list variable, which was previously created using the setNumberList() function.


getNumberList(variableName) #Output: Number list



Expression parserDescription


getNumberList("myNumberList")


This example returns the values stored in the variable named "myNumberList", e.g.:

[1,2,3]



Parameters used in this function

ParameterInput (data type)Description
variableName

The name of the stored variable.



This function returns a


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



Use cases and examples




Status
Tech review

Style guide




Short description

Returns values stored in a number list variable.

Output

Available since

Label