Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - push_back (char, [fifo_or_lifo]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
push_back (char, [FIFO_or_LIFO])

     Usage: Pushes a character into the keyboard input buffer.  The
            input buffer is 9 characters deep.

Parameters: Char .int. is the ASCII value of the character to be
            pushed. You can get the value from read_char or
            key_to_int (or from an ASCII table). FIFO_or_LIFO .int. is
            non-0 or omitted to use first-in-first-out order, and
            0 for last-in-first-out order.

   Returns: Nothing

See Also: inq_kbd_char key_to_int read_char

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson