Previous | Next | LK
Topic: High Level
Conf: LK, Msg: 1897
From: JOHN SOTIROPOULOS (sotirojo@pb.com)
Date: 5/23/2000 03:22 PM

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