This function creates a variable for storing a text value, and directly sets a value.
This value will be immediately returned and can be accessed by the getString() function afterwards within the same expression.
Bash
setString(variableName, value) #Output: Text
To retrieve the value stored in the variable, use the function getString() within the same expression.
📚 Use cases and examples
| Use case |
|---|
| No content found. |