Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

GetLocalVariable

Prev Next

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