I am writing a program with 3 different operations. I want to create an
input menu and select operations. In Wincmes I used the following code.
A) Operation 100
B) Operation 200
C) Operation 300
E) Exit
IP,'Enter Your Choice ',(Bask)
GO,BASK
:A
Checks only Operation 100
ET
:B
Checks only Operation 200
ET
:C
Checks only Operation 300
ET
:E
EP/ET
Can you help me to write something similar in Dmis.
Thanks,
John