This function returns the value stored in a number variable, which was previously created using the setNumber() function.


getNumber(variableName) #Output: Number



Expression parserDescription


getNumber("myNumber")


This example returns the value stored in the variable named "myNumber", e.g.:

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 setNumber() function within the same expression.





Status
Tech review

Style guide




Short description

Returns a value stored in a number variable.

Output

Available since

Label