11-24-2011, 05:08 PM
(This post was last modified: 11-24-2011, 05:10 PM by ravi.gajul.)
Could you please let us know as to where you want to check for the duplicate number? (Application/database,etc).However,
For generating a random number as required..
Please try this,
Result = "WEB"
For var_i = 1 to 3
Result = Result & RandomNumber(0,9)
Next
msgbox Result
Regards,
Ravi
For generating a random number as required..
Please try this,
Result = "WEB"
For var_i = 1 to 3
Result = Result & RandomNumber(0,9)
Next
msgbox Result
Regards,
Ravi