Variable.GetValue

Overview 

Retrieves the value of a specified variable

Syntax 

Variable.GetValue(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of variable

Example 

This sample code retrieves the value of the specified variable.

1Variable.GetValue("@myAmpVariable");