Is there a way to have a "dynamic" INI file so I can use %VARIABLE% instead of VALUE, for example
NEW_VAR=%VARIABLE%
I am using the Set Variable Action to set variable %VIEW%, then I use %VIEW% in the INI file, but the value of %VIEW% isn't put in the variables loaded from the INI file.
The errors I get are like: Can't find path M:\%VIEW%\etc... (I would expect the path to be M:\myView\etc...)
The variables in %EMC%%Opl_Path_Extension% are always changed to the values that are set in other places or also come from the ini file. In the action to set the variable i have the option “Epand Expression” checked.
I have downloaded the new version but I really don't understand what to look for. Where do I find this new property? And how do I do to make it work? Is it a new Action?