Menu

SCREEN 6: BLOAD STATEMENT

2016-01-15
2016-01-16
  • Ronald Herrera

    Ronald Herrera - 2016-01-15

    10 DEF SEG = &HB800
    20 'CLEAR,,, 32768!
    30 SCREEN 6
    40 BLOAD "filename.pic", 0
    50 WHILE INKEY$ = "": WEND
    60 SCREEN 0: WIDTH 80: DEF SEG: END

    Ronald.

     

    Last edit: Ronald Herrera 2016-01-15
    • Rob Hagemans

      Rob Hagemans - 2016-01-16

      Hi Ronald, thanks for this! This code causes a crash, which I've now fixed.

      Rob

       
    • Rob Hagemans

      Rob Hagemans - 2016-01-16

      Hi Ron, thanks for this! This code causes a crash, which I've now fixed.

      On Friday, 15 January 2016, 20:57, Ronald Herrera <ronaldherrera@users.sf.net> wrote:
      

      10 DEF SEG = &HB800
      20 'CLEAR,,, 32768!
      30 BLOAD "filename.pic", 0
      40 WHILE INKEY$ = "": WEND
      50 SCREEN 0: WIDTH 80: DEF SEG: ENDRonald.SCREEN 6: BLOAD STATEMENTSent from sourceforge.net because robhagemans@yahoo.co.uk is subscribed to https://sourceforge.net/p/pcbasic/discussion/bugs/To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pcbasic/admin/discussion/forums. Or, if this is a mailing list, you can unsubscribe from the mailing list.

       
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.