home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / sourcecode / amos1.34_progs / screen_clear.amos / screen_clear.amosSourceCode
Encoding:
AMOS Source Code  |  1993-01-17  |  180 b   |  9 lines

  1. '
  2. For N=3 To 12
  3.    Locate 5,N : Print "aaaajklllllllllllllllllllllllllllllllmmm"
  4. Next 
  5. '
  6. For N=5 To 208 Step 2
  7.    Text 0,N,"========================================"
  8.    Wait 2
  9. Next