Is there a way in GBUCobol for an event-driven program? Is there a function to capture any key down event? Any key down event? Just like in VB or VC++. This may be a stupid question but I'll risk it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!
Is there a way in GBUCobol for an event-driven program? Is there a function to capture any key down event? Any key down event? Just like in VB or VC++. This may be a stupid question but I'll risk it.
Doesn't give you any, but both ACCEPT OMITTED and the CBL routine to get a key are normally "good enough" - and portable to any systems.
Sorry, not GBUCobol, GNUCobol of course.