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>fpic_open()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPIC_OPEN()
   Opens a file of pictures.

   Syntax
         nPICHandle = FPIC_OPEN(cFileName)

   Arguments
         cFileName   The DOS file name.

   Returns
         nPICHandle  Returns the name of the picture, a value that is used to
                     access the picture file by future calls.
         RET_FSIZE(nPICHandle)
                     Returns the number of pictures that can be saved which
                     was when created.
         RET_PICTYP(nPICHandle)
                     Returns the graphics mode the the file was created with.
                     1 - CGA.
                     3 - EGA & VGA.
                     9 - Hercules.

   Description
         FPIC_OPEN() opens a file of pictures.

See Also: FPIC_CLOSE() FPIC_CREAT()

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