I have small question:
How can I create a random string from 'a' to 'z'?
thank you!
donaldunca 0 Light Poster
Recommended Answers
Jump to PostUse a loop to generate as many random numbers from 0 to 25 as you want and add the values to the string. When you get the random number, simply add 'a' to it and you will have all letters instead of 0-25
All 3 Replies
twomers 408 Posting Virtuoso
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
donaldunca 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.