How to make a main menu (easy)
LW tutorials 31 Aug 2021 00:04
First: you would want to make new program (name it is this whatever you want.
All of thsi can be found in “PRGM” but some of it you will have to write your self.
Next: the programming part all you have to do is copy the program below:
:Menu(“main menu”,”start”,1,”Quit”,2)
:
:Stop
:LbI 1
:Disp “hello”
:Stop
:
:LbI 2
:Disp “goodbye”
All of thsi can be found in “PRGM” but some of it you will have to write your self.
Next: the programming part all you have to do is copy the program below:
:Menu(“main menu”,”start”,1,”Quit”,2)
:
:Stop
:LbI 1
:Disp “hello”
:Stop
:
:LbI 2
:Disp “goodbye”