pMe | (Object) Reference to the PmaObject object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
var val1 = pMe.Pm("/Data").Value;
Pm.IniFileWrite("#cfg:file.ini", "Data", "Value1", val1);