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>nstuff() - stuff integer key value into clipper's buffer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     nstuff() - stuff integer key value into Clipper's buffer
  Usage:    nstuff(<key>)
  Params:   integer <key> - key value as defined by inkey() values
  Returns:  nothing

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

                 nstuff(27)     && stuffs an ESC into the buffer
                 nstuff(275)    && stuffs an ALT/R into the buffer
                 nstuff(-1)     && stuffs an F2 into the buffer

  Note:     Unlike keyboard chr(27), nstuff will not clear Clipper's
            typeahead buffer. You can also stuff key values that
            are greater than 255, allowing you to stuff keystrokes
            like CTRL/A.


See Also: strstuff() typeahead()

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