home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug018.arc / COMPIC.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  22 lines

  1.            Convert BeeArtistic files into GRSAVE files
  2.            -------------------------------------------
  3.  
  4.                       By David Downs (983)
  5.  
  6.      Fo≥áá al∞á thosσá wh∩á purchaseΣá thσá BeeArtistiπá graphic≤ ì
  7. package¼ herσ i≤ ß basiπ prograφ t∩ conver⌠ .CO═ file≤ createΣ b∙ ì
  8. BeeArtistiπá int∩á .PI├á file≤ tha⌠ caε bσá useΣá b∙á thσá GRLOA─ ì
  9. command from BASIC.
  10.  
  11.      T∩ usσ thσ program¼ simpl∙ ente≥ thσ namσ oµ thσ BeeArtistiπ ì
  12. filσá (withou⌠ thσ .CO═ extension⌐ froφ ß director∙ oµ al∞á file≤ ì
  13. oε thσ disk«á  Thσ prograφ wil∞ theε loaΣ thσ filσ int∩ memor∙ a⌠ ì
  14. ß poin⌠ iε memory¼ anΣ movσ firstl∙ thσ screen¼ theε thσ graphic≤ ì
  15. character≤ t∩ thei≥ respectivσ locations«  Thσ finisheΣ screeε i≤ ì
  16. theεá saveΣá t∩ disδ witΦ thσ samσ filename¼á bu⌠ witΦá thσá .PI├ ì
  17. extension.
  18.  
  19.      Files can then be loaded from basic thus :
  20.  
  21.           OPEN "I" , 6 , "FILENAME.PIC" : GRLOAD 6 : CLOSE 6
  22.