home *** CD-ROM | disk | FTP | other *** search
- 5 printchr$(147)"print 24/40 **** erase 24/40":rem for demo only
- 10 a$="is this the bottom line or what?"
- 15 gosub2000:forw=0to1000:next:gosub3000:end
- 2000 b$=left$(a$,len(a$)-2)+right$(a$,1)
- 2005 poke214,24:poke211,(40-len(a$)):sys58732
- 2010 printb$+chr$(157)chr$(148)+mid$(a$,len(a$)-1,1)+chr$(19):return
- 3000 poke214,24:poke211,0:sys58732
- 3005 print" "chr$(20)chr$(32)chr$(19)
- 3010 return
-