I don't really need things like
DIM backframe=a
Does it take up more room or the same if I add that dim and do backframe=backframe+1 as opposed to just doing a=a+1?
Second, RAND:
I read up on doing something like
a=rand
What I need is a random number between 4 and 27. How exactly do I? Is something like this possible?
loop a = rand if a>27 and a<4 then goto loop if a<27 and a>4 then goto loop2
Will that slow things down too much because it might keep picking numbers out of my range randomizing over and over and over?
Going to bed now. Thanks again. I've really learned a lot today and feel very accomplished.
Edited by yuppicide, Thu Jul 31, 2008 6:51 AM.














