- 16 Apr 2024
- 1 Minute to read
- DarkLight
GetLocalVariable
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
General
The GetLocalVariable function returns the value of the local variable with the given name.
Syntax
The syntax of the GetLocalVariable function is:
GetLocalVariable("variable_name")
Examples
The following Expression returns "Africa" as it is value contained in the local variable vRegion:
GetLocalVariable("vRegion")