Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rnd help please
#4
slenkar Wrote:thanks for the fix


Quote: PRINT ... ; is faster than PRINT ... ,

im not sure what this means,

like this?
Print y,x;
print y,x,
No, this way:
Code:
PRINT a$; : REM Faster than PRINT a$
When you use PRINT, by default it prints a NEW LINE (carriage return) if no semicolon is used. So use semicolon (Wink as it's slightly faster (specially during in-game prints)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)