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_datarest() - restore mouse message area from a memvar</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_datarest() - restore Mouse Message Area from a memvar
  Usage:    m_datarest(<string>)
  Params:   a string variable that was returned by a previous
            call to m_datasave()
  Returns:  nothing

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

                 temp = m_datasave()
                 m_title("Pick a file name, press return")
                 choice = m_choice(10,10,20,60,filearray)
                 m_datarest(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_datasave() m_data() m_title() m_frame()

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