Global Variables
Posted by Angham Al-Banawien, Last modified by Diana Alkouni on 24 August 2020 10:43 AM
|
|
Global Variable: It is a variable that you declare to appear in popup when running a VTL script to allow the user to change its value directly without the need to modify the script from the code. How to declare a global variable :
For example Variable1 = "Test" Variable2 = 100 Variable3 = True
| |
|
Comments (0)