Hi guys,
Been an IT student for a few months now, and I've been kinda struggling along until now, but my last assignement I can't do. I don't expect anybody to do my homework for me, but I do want to just be able to understand the code rather then just copying someone elses....
I have to create a number generator, that generators 10 numbers between 1 and 9 randomly.....I've been staring at the example but I just don't get it. the RND function and all that, I just don't get any of it, and all the code like:
For iter = 1 to 6
num = int(rnd * 42 +1)
txtOutput.text = txtOutput.text + Str(num)
Next iter
I just don't get any of it, what any of it means, this is due very son, and my book on VB isn't arriving for a week!! :eek:
Thanks...