Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>view_close()</b> c_exam02 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VIEW_CLOSE()                                                        C_EXAM02
   Closes the viewport with the view handle parameter.

   Syntax
         VIEW_CLOSE(nViewHandle,nErase)

   Arguments
         nViewHandle Defines the name of the view.
         nErase      Sets whether the viewport is erased. If not 0 then
                     it is erased.

   Returns
         None

   Description
         VIEW_CLOSE() closes the viewport with the view handle parameter. If
         nErase is non-zero, the viewport is erased; otherwise, the screen is
         not changed. Closing the current viewport returns you to the root
         viewport (original full screen).

See Also: IN_VIEW() VIEW_CURR() VIEW_OPEN() VIEW_SWAP()

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