CompuServe Thread

Forum unknown · Videophile

#LogTape.ARC

3 messages in this thread
#64925From: Mike BerroApr 25, 1987 12:09 PM
"would stop on HELP"? I use RAWKEY and a look-up table so's I don't have to decode the string of three characters for the help and function keys. —Mike
#64989From: Vic WagnerApr 25, 1987 9:13 PM
I was refering to the standard read text file call (fgets…..file get string). If you are writing a simple application and don't want to bother with keymap tables etc. Of ocurse I know how, its just that the standard I/O should help (pun intended) out some. The basic problem is that <return> is necessary for terminating (fgets() ) calls.
#64989From: Vic WagnerApr 25, 1987 9:13 PM
I was refering to the standard read text file call (fgets…..file get string). If you are writing a simple application and don't want to bother with keymap tables etc. Of ocurse I know how, its just that the standard I/O should help (pun intended) out some. The basic problem is that <return> is necessary for terminating (fgets() ) calls.