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>pcxispcx()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    pcxIsPCX()

         Indicates if a file has PCX format or not

    Syntax:

         pcxIsPCX ( cFile ) -> lEsPCX

         cFile : Name of the PCX file

    Description:

         This function returns a logic indicating if the file is PCX or not.
         The rest of the PCX functions uses this one to determine when to
         return a value.

    Return:

         .T. if the file is a PCX or .F. if it does not have PCX format or
         does not exist.

    Example:

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

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