Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dbact2kbd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbAct2Kbd()
Simulates the pressure of a key
------------------------------------------------------------------------------
Syntax:

     dbAct2Kbd( <cKey>|<aKey> ) --> NIL

Parameters:

     <cKey>|<aKey> Action whose key is simulated or array of keys

Returns:

     NIL

Description:

     A KEYBOARD is executed to simulate the specified action, so that the
     next dBInk() will receive it and behave accordingly.

Example:

     dbAct2Kbd( "ret" )
     dbInk()
     ? Act   // "ret" is printed
     KEYBOARD CHR(13)
     dBInk()
     ? Act   // "ret" is printed

See also:

     dBInk(), dBKsc2Act()

See Also: dBInk() dBKsc2Act()

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