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

POP_MSG( _message [, nTlr [, nTlc [,pColour ]]] )

Purpose

Pop a message, wait for a keystroke, restore the screen.

Arguments

     _message -- message to display, may be string or array of strings

     nTlr -- optional row at which to show the message

     nTlc -- optional col at which to show the message

     pColour -- if passed, colour to use, else 6

Setup

msg must be a string or an array of strings.

Example

     LOCAL := { "We control the horizontal.", ;
                "We control the vertical.", ;
                "Do not adjust your monitor." }

     POP_MSG( msg )

Returns

.T.

Side Effects

None.

Artful Calls

SYSCOLOR, LONGEST, DRAW_BOX, CENTRE

Source File

AA_PPMSG.PRG

See Also: MSG() SYSCOLOR() LONGEST() DRAW_BOX() CENTRE()

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