I wondered why WB082 does not have a command to get/set property of plugin interface.Supporting this directly in PEBakery will be much effecient.EDITPersonally I do not like Set,...,Permanent command being able to change interface values, since Set command doing so many jobs confuses developers. For example, Set,...Permanent writes into script.project when setting variables, but the exact same command does not when setting interface. I was not able to notice this until being told.
After implementing ChangeInterface-compatible command, can Set,...,Permanent to change interface deprecated?
Code: [Select]ReadInterface,<Property>,<PluginFile>,<Interface>,<ControlName>,<%DestVar%>WriteInterface,<Property>,<PluginFile>,<Interface>,<ControlName>,<Value>