Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>warning()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Warning()

         Shows a warning at line 24

    Syntax:

         Warning( cWarning, [lMode], [cColor] ) -> Nil

         cWarning : The warning to show
         lMode    : Optional action mode
         cColor   : Optional color

    Description:

         If lMode is .T. the function display a msg and waits for a key
         restoring the screen. If lMode is .F., doesn't wait for a key nor
         restores the screen. Default value is .T. Default color is "W/N".

    Return:

         Nothing.

    Example:

         Warning( "Push any key" )
         Warning( "Processing, please wait...", .F. )

See Also: Message() Query()

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