09-30-2008, 11:03 AM
Hi,
Use below Syntax.
It will Generate a 10 Digit Random Value Exery time.
Other ways, you can write a Function with Length as Parameter which will Return a Random Value of your desired length.
The first one will be the easiest solution for you.
Hope this info will help you
Thanks
VENKATA
Use below Syntax.
Code:
iRandomValue = RandomNumber(1000000000,9999999999)
It will Generate a 10 Digit Random Value Exery time.
Other ways, you can write a Function with Length as Parameter which will Return a Random Value of your desired length.
The first one will be the easiest solution for you.
Hope this info will help you
Thanks
VENKATA