Var - property of the ExtWriteAction object
Description:
The property returns the
PmVar object where the data extension is defined (source value).
Values:
Returns object of the
PmVar type.
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var oVar = oExt.Var;
Dim oVar
oVar = oExt.Var
Example2: