When you say "random statement," what exactly does that mean? Randomize will generate random numbers between preset upper and lower limits like this:
Randomize
iMyNum = Int((300 * Rnd) + 425)
This will generate a random number between 300 and 425, for example.
Does this help? There is plenty of material on how this works in VBScript reference works on Microsoft.Com. There is even scripting center there.
mmcdonal
|