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

         Simulates a wall

    Syntax:

         Wall( [nY1], [nX1], [nY1], [nX2], [cColor] ) -> Nil

         nY1    : Initial Y coordinate, default is 0
         nX1    : Inital X, default is 0
         nY2    : Final Y, default is 24
         nX2    : Final X, default is 79
         cColor : The color, optional

    Description:

         Draws a wall in the specified coordinates.

    Return:

         Nothing.

    Example:

         Wall( 1, 1, 20, 51, "W/G" )
         Wall( , , , , "GR/N" )

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