home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / TPCVBR.ZIP / TPCVBROW.TXT < prev    next >
Encoding:
Text File  |  1990-03-14  |  1.2 KB  |  26 lines

  1. TPCVBROW.COM is a DOS executable utility which scrolls through text
  2. files both horiziotaly and verticaly.  The most useful thing about this
  3. utility is that the programmer may pass parameters controling its
  4. position on the screen.  For example, this window was created using the
  5. following code;
  6.  
  7.            set color to gr+/gr
  8.            @ 5 ,5 say '┌──────────────────────────────────┐'
  9.            @ 6 ,5 say '│        Scrolling Text Demo       │'
  10.            @ 7 ,5 say '├──────────────────────────────────┤'
  11.            @ 8 ,5 say '│                                  │'
  12.            @ 9 ,5 say '│                                  │'
  13.            @ 10,5 say '│                                  │'
  14.            @ 11,5 say '│                                  │'
  15.            @ 12,5 say '│                                  │'
  16.            @ 13,5 say '│                                  │'
  17.            @ 14,5 say '│                                  │'
  18.            @ 15,5 say '│                                  │'
  19.            @ 16,5 say '└──────────────────────────────────┘'
  20.            ! tpcvbrow \8,6,8,34,110,tpcvbrow.txt
  21.  
  22. I hope that you will enjoy using this utility and don't forget to
  23. register!
  24.  
  25.  
  26.