Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>set message</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET MESSAGE


Syntax:     SET MESSAGE TO [<expN> [CENTER/CENTRE]]

Purpose:    To set the screen row where @...PROMPT...MESSAGEs display.

Argument:   <expN> specifies the message row position.

            Messages appear on row <expN>, column 0 unless the CENTER
            option is used.  SET MESSAGE TO 0 or SET MESSAGE TO without
            an argument both suppress the display of messages.

Options:    Center: The CENTER option centers the message on the
            specified row.

Library:    CLIPPER.LIB


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

   SET MESSAGE TO 23 CENTER

   @ 5, 5 PROMPT "One" MESSAGE "Choice one"
   @ 6, 5 PROMPT "Two" MESSAGE "Choice two"

   MENU TO choice


See Also: @...PROMPT MENU SET WRAP

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