On Sun, 16 Dec 2012, bloomer_au wrote:
> Are you using PRODOS? If so, you can put the BLOADs in your program like
> so:
>
> 20 ?CHR$(4)"BLOAD PLAY,A$300"
>
> If you're using DOS 3.3, you need to account for the chr$(4) bug, but
> I'll only bother typing about that if it proves relevant :)
This is why I often use ?:? CHR$(4), since it works on both OSes.
-uso.