Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>m_message() - display a message on the screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_message() - display a message on the screen
  Usage:    m_message(<string>,[<color>])
  Params:   string <string> - the message to display - should not
            be longer than 70 characters
            integer <color> - color attribute to use for the message.
            if left off, then Clipper's current standard foreground
            color is used

  Returns:  nothing

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

                 set color to B/W
                 m_message("Opening Files....")

                 use clients index lname

                 m_message("searching for 'Smith'....")
                 locate for lname = "Smith"

  Note:     The sample Clipper source code is available on the source
            disk in the file c_m_mess.prg. m_message() uses the frame set
            by m_frame(), the shadow type set by m_data(16) and the
            shadow color set by m_data(17). See the m_data() function on
            how to set these characteristics of the message.


See Also: m_prompt() m_query() m_choice()

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