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

READKEY()

Purpose

Resolve differences between dBASE's READKEY() and Clipper's LASTKEY(), for
dBASE compatibility.

Arguments

     None.

Setup

None.

Example

     IF READKEY() = 12          && ESCape was pressed
        ... some commands ...
     ENDIF

Returns

A number representing the key pressed to exit from full-screen mode

Side Effects

None.

Artful Calls

None.

Source File

AA_RDKEY.PRG

Notes

This function is supplied with Clipper and is copyright Nantucket
Corporation. It is embedded EXAMPLEP.PRG, so it was duplicated and added
separately to Artful.

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