You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The function returns the value stored in a TEXT variable named variable_name, which was previously created using the setString() function.

Syntax
getString(text variable_name) #Output: Text
Examples
Expression parserDescription
getString("myString")
The function returns the value stored in "myString".
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a BOOLEAN