Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>pcxversion()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    pcxVersion()

         Returns the format version of the PCX file

    Syntax:

         pcxVersion ( cFile ) -> cVersion

         cFile : Name of the PCX file

    Description:

         It returns the  format version of the PCX file if it is known.
         This function allows formats from 2.5 until 3.0. The rest of
         the formats below 2.5 are compatible with this one.

    Return:

         A string with the format version of the PCX file

    Example:

         ? pcxVersion ( "c:\fast\lib\fast.pcx" )

See Also: pcxIsPCX()

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