|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Randomize string"Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message What kind of random strings do you want? Randomizing strings that contains news:uHF1ywAhGHA.1856@TK2MSFTNGP03.phx.gbl... > Any function to randomize strings? > > thank you, > Samuel > specific data isn't hard to do (such as allowing lowercase/uppercase + punctuation and numbers). Just create the list of allowable characters as a character-array, determine the length of the string you want to create, loop creating a new random number (min/max set to lower/upper bounds of the array) and build the string base on the index (random number created) of the char in the array :) HTH, Mythran
Rounding Problem
Changing the color of a pen VB.NET Winforms app + MSWord (for spellcheck)? VB.NET & SQL Server Connection Example vb.net continuation architecture question: not representing inheritance in the data model The most basic SQL Server questions.... ASP.net - GridView How to change computer's "Time Zone" from vb.net It seems to be the most basic questions that I don't see answered..... |
|||||||||||||||||||||||