Var - property of the ExtDdeClient 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.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oVar = oExt.Var;
Dim oVar
oVar = oExt.Var