This function creates a variable for storing a number list, and directly sets the values.

This value will be immediately returned and can be accessed by the getNumberList() function afterwards within the same expression.


setNumberList(variableName, numberList) #Output: Number list



Expression parserDescription


setNumberList("myNumberList",[1,2,3])


This example creates the variable "myNumberList", sets the values [1, 2, 3] and returns it accordingly.



Parameters used in this function

ParameterInput (data type)Description
variableName

A text for the variable name.
numberList

Any given number list.



This function returns a 


To retrieve the value stored in the variable, use the function getNumberList()  within the same expression.



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

It would be the same as setBoolean(), but in the variable we would get a number list .






Status
Tech review

Style guide




Short description

Creates a variable to temporarily store a number list.

Output

Available since

Label