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>strstuff() - stuff characters into clipper's buffer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     strstuff() - stuff characters into Clipper's buffer
  Usage:    strstuff(<string>)
  Params:   char <string> - the string to stuff into the buffer
  Returns:  nothing

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

                 strstuff("This is the string")
                 * this stuffs the entire string into Clipper's
                 * buffer.

  Note:     Unlike KEYBOARD , strstuff() will not clear Clipper's
            typeahead buffer. If the type ahead buffer fills up
            before all the keys have been stuffed, then those keys
            'fall off' and are lost.


See Also: nstuff() typeahead()

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