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>ishandle() - see if a handle is available for opening</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     ishandle() - see if a handle is available for opening
  Usage:    <logical> = ishandle()
  Params:   none
  Returns:  .T. if a handle is available, .F. if not

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

                 if .not. ishandle()
                      @ 0,0 say "No more handles"
                 else
                      handle = fopen("test.txt")
                 endif


See Also: handles() maxhandles() nexthandle()

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