VADELIA |
||||
(I/B) (C/S) |
Type
2.0 N
Use
This reserved word is used to test whether the button clicked upon is the OK button.
Not modifiable by the programmer.
Example
SEND_MSG MSG0001 *BOX(*OK_CANCEL, BTN_VAR)
IF BTN_VAR = *BTN_OK
...
END
VADELIA |
||||
(I/B) (C/S) |
2.0 N
This reserved word is used to test whether the button clicked upon is the OK button.
Not modifiable by the programmer.
SEND_MSG MSG0001 *BOX(*OK_CANCEL, BTN_VAR)
IF BTN_VAR = *BTN_OK
...
END