11-25-2014 06:30 AM
Hi,
i have a simple setup menu where I can choose different settings for devices and save them to a file (string to file).
Now I want to have an option to load the settings from files and display them in the setup menu (overwrite the indicators etc. with the values from file).
Can you explain an easy way to select a item from an enum depending on the string which i read from file? (i don't want to write a new item into the enum, just select an existing one)
Greetings!
(see file attached)
11-25-2014 07:00 AM
You are looking for this:
The function is the "Scan From String" found on the string palette.
Norbert