General
The GetLocalVariable function returns the value of the local variable with the given name.
Syntax
The syntax of the GetLocalVariable function is:
GetLocalVariable Function Syntax
GetLocalVariable("variable_name")
Examples
The following Expression returns "Africa" as it is value contained in the local variable vRegion:
GetLocalVariable Function Example
GetLocalVariable("vRegion")