GetLocalVariable
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

GetLocalVariable

  • Dark
    Light

Article summary

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")


Was this article helpful?