VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code Generates Random Characters

by Mr.Eddy, Mr.Block (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 25th October 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This Code Generates Random Characters

Rate This Code Generates Random Characters



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

Download this snippet    Add to My Saved Code

This Code Generates Random Characters Comments

No comments have been posted about This Code Generates Random Characters. Why not be the first to post a comment about This Code Generates Random Characters.

Post your comment

Subject:
Message:
0/1000 characters