the mask must contain the following special chars
? : any ASCII character (1-127)
# : a digit
A : an alphabetic char
N : an alphanumeric char
H : an hex char
all other chars are taken literally
Example: a random-generated phone number
phone = RandomString("(###)-####-####")
Can someone please give me the right code to do this.
I want to use it in a normal textbox.
many thanks to the one who give me the right solution for my problem
greetzzz
? : any ASCII character (1-127)
# : a digit
A : an alphabetic char
N : an alphanumeric char
H : an hex char
all other chars are taken literally
Example: a random-generated phone number
phone = RandomString("(###)-####-####")
Can someone please give me the right code to do this.
I want to use it in a normal textbox.
many thanks to the one who give me the right solution for my problem
greetzzz