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_creat()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPIC_CREAT()
   Creates a file to hold a set of pictures.

   Syntax
         nPICHandle = FPIC_CREAT(cFile,nNumberPICs)

   Arguments
         cFile       Defines the DOS file name.
         nNumberPICs Sets the number of pictures that can be stored in this
                     file.
   Returns
         nPICHandle  Returns the value that is used to access the picture file
                     by future calls.

   Description
         FPIC_CREATE() creates a file to hold a set of pictures. The total
         number of pictures in the file can be set with nNumberPICs at the
         time the file is created.

         You must save the nPICHandle in your Clipper program for later access
         to the file.

See Also: FPIC_CLOSE() FPIC_OPEN()

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