home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 January / 1988-01.d64 / scrolledit.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  704b  |  19 lines

  1. 10 poke 53280,6:poke53281,6
  2. 20 print"[147][144]the scrolledit article contains two"
  3. 30 print"programs. before using them we suggest"
  4. 40 print"you copy both programs to another disk."
  5. 50 print"if you wish to use the metabasic boot"
  6. 60 print"program the disk must also contain"
  7. 70 print"metabasic. please consult the article"
  8. 80 print"for more details on using scrolledit."
  9. 90 print"the filenames on the disk are:[155]"
  10. 100 printtab(13)"scrolledit"
  11. 110 printtab(13)"metascroll"
  12. 120 ford=1to40:print"[144][164]";:next
  13. 130 print"[144]    press any key to reload the menu    [146]"
  14. 140 poke198,0:wait198,1:getdh$
  15. 150 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  16. 160 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  17. 170 poke53281,15:poke53280,15
  18. 180 printchr$(142)"[145]          reloading the menu[155]":end
  19.