Description:
Value of the high limit 1.
Note:
Property access
for read and write. The preset value of this property is defined in the "
1st high limit" configurator of this object.
Example1:
Examples of obtaining this property in script.
VBScriptSelect and copy to clipboard
value = pMe.Pm("/data/#vars/Temperature/#ext/al").Max1
'or
value = pMe.Pm("/data/#vars/Temperature").Extension("al").Max1
'or
value = pMe.Pm("/data").Item("Temperature").Extension("al").Max1
Example2:
The example of obtaining this property by
Macro expression from another data extension via
pDE variable.