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

         Returns the final coordinate X of the PCX

    Syntax:

         pcxX2 ( cFile ) -> cCoorX2

         cFile : Name of the PCX file

    Description:

         It returns the final coordinate X of the PCX file. This value
         usually determines on its own the PCX width, even when the exact
         value would be like:

                nAnchura := pcxX2 - pcxX1 + 1

         But due to the pcxX1 usually takes value 0, the value pcxX2 + 1
         indicates the width by itself.

    Return:

         The value of the final coordinate X.

    Example:

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

See Also: pcxIsPCX() pcxX1() pcxY1() pcxY2()

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