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_dispmsg()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_dispmsg()


Syntax:     b_dispmsg(<expN>,<expC1>,<expC2>)

Purpose:    Display message on screen

Arguments:  <expN>  row message is to appear on

            <expC1> message

            <expC2> color

Returns:    Nothing

Note:       b_dispmsg() places a message on the screen centered on
            the row parameter.  The message is placed inside a centered,
            shadowed box.  The screen is NOT automatically restored.

Library:    TC_SYS.LIB

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

   b_dispmsg(12," TELCAM Inc. ",cMsgColor)

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