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

         Returns the final coordinate Y of the PCX

    Syntax:

         pcxY2 ( cFile ) -> cCoorY2

         cFile : Name of the PCX file

    Description:

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

                nAltura := pcxY2 - pcxY1 + 1

         But due to the pcxY1 usually takes value 0, the value pcxY2 + 1
         indicates the heigth by itself.

    Return:

         The value of the final coordinate Y.

    Example:

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

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

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