How do you rename variables aned global values? Also is there a way to pernemently save a global value to make it so that whenever you open the application the value will always be the value saved?
Printable View
How do you rename variables aned global values? Also is there a way to pernemently save a global value to make it so that whenever you open the application the value will always be the value saved?
To rename values, go into the object's properties (or your application properties), then click Add and double-click on the name of the value.
You have a lot of options for saving in MMF - if you're saving a lot of values, it may be worth saving them to an object such as the Named Variable Object or INI++, which then allows you to save a lot of data at once.