qbasicking
Programmer
I posted a question a while ago about taking a part of the screen and storing it. i got two answers one said to use BLOAD / BSAVE and the other said GET / PUT. I couldn't get BLOAD / BSAVE to work so I used GET / PUT. It worked great for the time, but when I have a lot of windows or menus up or I take a large chunk of the screen I tend to run out of memory. How do I use BLOAD / BSAVE? The Help File is sketchy and my refernce manual fails to mention them.
This is the code I used for BASICA but won't work for qb.
BSAVE "Screen.m", 0,10000
BLOAD "Screen.m",0
This is the code I used for BASICA but won't work for qb.
BSAVE "Screen.m", 0,10000
BLOAD "Screen.m",0