Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below. To register now click here.
I have a question :
How can you random a number like from 15 to 29
I just know how to random a number from 0 to any like from 0 to 15 :
Randomize()
intS = Int(15 * Rnd()) + 1