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

VERIFY( cMessage, lDots, nColour )

Purpose

Display a dialog box with a message, usually a question, and obtain a Yes
or No from the user (actually Ok or Cancel).

Arguments

     cMessage -- message to display

     lDots -- if passed and .F., append nothing to cMessage; defaults to
              appending "..." to cMessage

     nColour -- if passed, colour for dialog box; defaults to 9

Setup

cMessage must be a string.

Example

     IF VERIFY( "Format your hard disk" )
        ... commands ...
     ENDIF

Returns

.T. if "Ok" is selected, else .F. (including if the user presses ESC)

Side Effects

None.

Artful Calls

CENTRE, DRAW_BOX

Source File

AA_VERIF.PRG

See Also: ASK_FOR() YESNO()

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