◄Contents► ◄Index► ◄Back► ───────────────────────────────────────────────────────────────────────────── ◄Knowledge Base Contents► ◄Knowledge Base Index► How to Empty (Flush) File And Keyboard Buffers in Basic - Q58213 Code Example 2 -------------- The following program uses the INKEY$ function to read characters from the keyboard buffer until no more are available: WHILE INKEY$ <> "" WEND