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

READ_IT( [ lEflag[, lIflag ]] )

Purpose

A single udf to handle all READs.

Arguments

     lEflag -- logical to invoke READEXIT(); defaults to .F. (ie. cannot
               use Up or Down arrow to exit READ).

     lIflag -- logical to toggle READINSERT(), defaults to .F. (ie. start
               in typeover mode)

Setup

None, other than pending GET(s).

Example

     READ_IT( .T., .F. )

Returns

.T. if any exit key but ESC, else .F.

Side Effects

None.

Artful Calls

Nothing.

Source File

AA_READT.PRG

Notes

The parameters allow selection from the possible types of READs.

With this function you should never have to make a call to Clipper's READ
command.

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