4 lines
161 B
Text
4 lines
161 B
Text
CHARACTER string*100
|
|
|
|
DLG(Edit=string, Edit=num_value, Button='&OK', TItle='Enter 75000 for num_value')
|
|
WRITE(Messagebox, Name) "You entered", string, num_value
|