Random String Generator
This Visual Basic ASP Script will generate a random string based on the paramaters passed to in. The string created can be between 1 and 100 characters long, completely numeric and completely aplha or a mixture. Support for a random amount of upper and lower case alpha characters is available. Some protection is provided to stop incorrect values from creating runtime errors, but care should to taken to ensure passed values are numeric and within acceptable limits. This script is ready to be inserted into ASP pages coded in VBScript, either as a Server-Side Include or manually cut and pasted.