The VBScript Network and Systems Administrator's Cafe:

Random Numbers

1

August 29, 2008  2:04 PM

VBScript Statements: Explanation of the Randomize Statement



Posted by: Jerry Lees
Random Numbers, randomize, VBScript Statements

The Randomize statement seeds the VBScript random number generation engine with a new seed. A seed is a user defined value that helps create a random number. There are no options for the Randomize statement, it's use is simply: Randomize

July 10, 2008  3:23 AM

How to use the VBScript Scripting.Dictionary object to store data to make key decisions.



Posted by: Jerry Lees
Random Numbers, randomize, rnd, Scripting.Dictionary, VBScript, VBScript Functions, VBScript Objects

I've been writing lately on individual topics and thought it was time for a little fun, while introducing you to a new object in the process... the Scripting.Dictionary object! (and...


1