HI,
I am developing winforms using visual cobol 2.3.
I did notice that hex value do not set conditional variable.
example
03 Exit-Character PIC X(01).
88 HELP-KEY VALUE X"00".
88 UP-KEY VALUE X"01".
88 FINISH-KEY VALUE X"04".
88 CANCEL-KEY VALUE X"07".
when i move X"07" to Exit-Character, while debug it shows that Exit-Character with a value X"07" but CANCEL-KEY still shows as FALSE instead of TRUE.