This function creates a variable for storing a text value, and directly setsvalue.

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


setString(variableName, value) #Output: Text



Expression parserDescription


setString("myText","Hello World!")


This example creates the variable "myText", sets the value "Hello World!" and returns it accordingly.



Parameters used in this function

ParameterInput (data type)Description
variableName

A text for the variable name.
value

The text value to be stored.



This function returns a 


To retrieve the value stored in the variable, use the function getString() 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 string.






Status
Tech review

Style guide




Short description

Creates a variable to temporarily store a text.

Output

Available since

Label