Also the pMe parameter (that contains the reference to a Pma object or Pmg object where the expression is used) can be used in this expression. This allows to initialize an property, for example, by the value containing the object name, etc.
$vb:xx
where xx is any VBScript expression.
- If the name of the object is water (that is referenced by the pMe parameter), then the result is a text "Temperature_water".
- If there is the key water=70 in the section Temperature in the BoilerPlant.ini file (in the application folder), then the result is a value 70 of the Double type (see Pm.IniFileRead method).