Hello. I am running into a problem.
I was working on a menu that gets stuff from an ini file, and I am stuck at the switch item part.
Well, I can add lines for every 1 of these 128 case, case 0: case 1: and so on.
My problem here si that I don't want to do this for every case, I need a script that will atomatically look for every case from 0 to 128, to set the right model. Or maybe another way of knowing which tiem was selected on the menu. Thanks !