Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_errmsg()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_errmsg()


Syntax:     b_errmsg(<expN1>,<expC2>,<expN3>,<expN4>)

Purpose:    Put centered error message on screen with shadow box

Arguments:  <expN1> is the row

            <expC2> is the character expression

            <expN3> is the foreground color

            <expN4> is the background color

Returns:    Nothing

Note:       b_errmsg() saves the current screen, displays error message
            in a centered shadow box, waits for a keypress from the user,
            then restores the old screen.

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------

   if( !b_inpath("backup.exe") )
       b_errmsg(10,"BACKUP.EXE not in path!",15,4)
       return(NIL)
   else
       ..........
       ..........
       ..........
   endi

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