This Code Generates Random Characters
This Code Generates Random Characters
Rate This Code Generates Random Characters
(1(1 Vote))
label1.caption = Chr(int(rnd * 90 + 65))
''if you want more than one random character the add this:
''label1.caption = label1.caption & Chr(int(rnd * 90 + 65))
''add more to have more characters
This Code Generates Random Characters Comments
No comments yet — be the first to post one!
Post a Comment