Page 2 of 2

Posted: Tue Nov 27, 2007 4:54 pm
by Sinuvoid
how can i make my code faster as well?

Speed

Posted: Wed Nov 28, 2007 5:12 pm
by burger2227
Speed is based on how many prints you have, the delay times you set and the length of the file being read.

It is also based on the PC speed!

Ted

Posted: Thu Nov 29, 2007 12:53 pm
by Sinuvoid
Ah, how can i reduce print statements? And why is it when i run it in EXE form it slows down my WHOLE computer but lots... will try to amek code smaller by adding "?"'s instead of print.

Posted: Thu Nov 29, 2007 1:26 pm
by Seb McClouth
Lee wrote:Ah, how can i reduce print statements? And why is it when i run it in EXE form it slows down my WHOLE computer but lots... will try to amek code smaller by adding "?"'s instead of print.
Reducing? Don't know.

Weird that is slows down your pc. It should make it faster. You tried running it in DosBox? You can download that here http://dosbox.sourceforge.net/.

? will result in QB as PRINT. If you compile from the prompt, ? will not be recognized.

Grtz