User-Defined Variables
The block “Set Variable” can be used to set user-defined variables.
* 
The name of the variable may contain the characters A-Z, a-z, 0-9 and _ (underscore). The variable name must begin with a letter.
 
A variable can contain a sequence of characters (string) or a numeric value. You can define the contents of a variable and in doing so you can also use system functions. In addition, a variable can be an expression from existing variables or system functions.
Alternatively, the caller can make an entry during the script procedure that are stored in a variable (e.g. with the block “Get DTMF” or “Get DTMF String”).
You can always use the symbol to list and use previously defined variables. The variables can be used for evaluation, e.g. in the blocks "Evaluate variable" or "Announcement selection", or in the blocks "Voice Box", "Announce string", "Put through", "Loop", "FollowMe" and "Send e-mail" etc.
* 
It is not permitted to use a variable name, which is identical to the name of a system function.
 
Last modified date: 06.16.2023