Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 tw_ScrApp( scrpos, scr1, scr2, leng, wid )
 ----------------------------------------------------------------------------
     Append a screen line to a Clipper Savescreen variable.

       Arguments:

     scrpos - 'C' "T", "L", "B", "R" for: top, left, bottom or right of
                  the present screen.

     scr1   - 'C' SAVESCREEN() to append.

     scr2   - 'C' SAVESCREEN() to append to.

     leng   - 'N' Length of screen to append to.

     wid    - 'N' Width of screen to append to.

       Return:

     Clipper SAVESCREEN() variable.

       Example:

     tw_ScrApp( "T", Scrn1, Scrn2, len, wid + 1 )

See Also: tw_ScrDel() tw_ScrXtr()

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