Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>typeahead() - get size of the typeahead buffer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     typeahead() - get size of the typeahead buffer
  Usage:    <integer> = typeahead()
  Params:   none
  Returns:  integer equal to the size of the typeahead buffer

 ---------------------------------- Example ---------------------------------

                 set typeahead to 100
                 ? typeahead()       && prints 100

                 memvar = typeahead()
                 set typeahead to 150
                 * do something here
                 set typeahead to (memvar)


See Also: nstuff() strstuff()

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