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_datasave() - save mouse message area to a memvar</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_datasave() - save Mouse Message Area to a memvar
  Usage:    <string> = m_datasave()
  Params:   none
  Returns:  a string variable that contains the Mouse Message Area
            data (like savescreen() and restscreen())

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

                 temp = m_datasave()
                 m_title("Choose an option, press return")
                 choice = m_choice(10,10,20,60,myarray)
                 m_datasave(temp)

            This example simply saves the entire MMA so that you can
            load it to what will be used during the subsequent mouse
            function, and then restore it to it's original contents.


See Also: m_datarest() m_data() m_frame() m_title()

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