Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>key_macro()</b> c_exam03 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
KEY_MACRO()                                                         C_EXAM03
   Passes a string of ASCII characters to KEY_PRESS().

   Syntax
         KEY_MACRO(cKeyString)

   Arguments
         cKeyString  String of ASCII characters to process as if typed at the
                     keyboard.

   Returns
         None

   Description
         KEY_MACRO() is the mouse's equivalent to Clipper's KEYBOARD command.
         The string of ASCII characters passed to KEY_MACRO() will be placed
         in the macro buffer. On every call to KEY_PRESS(), the macro buffer
         is checked to see if there are any characters waiting. If the buffer
         contains characters, a macro event (512) is generated and the next
         character in the buffer is moved to the key press queue, to be
         accessed via KP_ASCII().

See Also: KEY_PRESS()

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