Achoice() in xbase++

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
Tim K
Posts: 51
Joined: Thu Jun 03, 2010 3:55 pm

Achoice() in xbase++

#1 Post 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.

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Achoice() in xbase++

#2 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply