Thursday, November 8, 2007

Provide yourself an example of code to jog your memory?
Yo ucan use static instead of dim while programming. The book says it works better but i dont see a difference.
This is how you would use it in the code.
i think it keeps the number of times you push a button

Static intSecretNumber as Integer = int(50*Rnd()) + 1

No comments: