Creating Downloadable Programs
Building USER Menus
To assign a function to the 4USER5 menuUse the KEYDEF command.
To build interactive menus1.Create a variable for recording the softkey pressed.
2.Use the READMENU command to load variable with number of softkey pressed.
3.Use IF/THEN/ELSE statements to make decisions based on variable value.