Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

GET_KEYS()

Purpose

Return an array of current SET KEYs, each one of which is specified as a
two-element sub-array in which the first element is the key number, and the
second is the code block to which it is assigned.

Arguments

None.

Setup

None.

Example

     LOCAL _keys := GET_KEYS()   && Get current keys
     SET_KEYS( .F., _keys )      && Turn them off
     * Do something
     SET_KEYS( .T., _keys )      & Turn them back on

Returns

An array as described above.

Side Effects

None.

Artful Calls

None.

Source File

AA_KEYS.PRG

See Also: SET_KEYS()

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