Page 1 of 1

Achoice() in xbase++

Posted: Mon Jun 07, 2010 10:07 am
by Tim K
I'm a newbie to Xbase++. Is there a know issue with achoice()? I'm converting a small app text based. Its working except for an achoice. It acts as if a keypress has happened. I tried inserting inkey() to clear the buffer but no effect.

Re: Achoice() in xbase++

Posted: Mon Jun 07, 2010 10:28 am
by rdonnay
I have never seen a problem with AChoice(). It's used in a lot of applications.

If you have a key in the buffer, you could try Inkey(0) or CLEAR TYPEAHEAD.