Ahhh ok yes that sounds like it would work, I'm testing:Using BGET will slow things down a lot.
You could just *LOAD the file into memory and then loop through memory instead ?
Code:
*LOAD MAIN 6000MEM%=6000FOR A%=0 TO 959:VDU MEM%?A%:NEXT A
Statistics: Posted by vela025 — Tue Feb 20, 2024 9:04 am