Returns Print when “Print” was the value of the parameter passed into the current script.
LeftValues ( Get ( ScriptParameter ) ; 1 ) returns
Michael if Customers::First is "Michael".
The following example shows how to pass named parameters using the Evaluate,
Let, and
Get(ScriptParameter) functions, allowing access only to variable
“a” (the example returns
6):
The following example shows how to pass named parameters, allowing access to both variable “a” and
“b”. The simplified first parameter makes the second parameter more complex (the example returns
6, 12):