Returns the argument value at the specified index, the argument value specifies the type of the argument (local variable (dtAtom), variable (dtVariable), or multivariable (dtMultiVariable)) and the name of the variable
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Index
Type: Integer
Type: IIEValue
When the function is executed, the arguments are resolved and bound to the execution context. Note: Only the last argument should be a multivariable (a list of values). Any extra arguments in the function call are appended to this last multivariable |
Reference |