| Author: Sajjad Haider 31 Jul 2004 | Member Level: Bronze Points : 0 |
It's really good
|
| Author: Rajeev 01 Nov 2004 | Member Level: Silver Points : 0 |
Hai
I am rajeev, i just tried your tip mentioned about the random method. Can u tell me how we can add any thing before the number generated like this (AB99,AB98) Like this. I hope some tips from You. Regards Rajeev
|
| Author: Tony John 01 Nov 2004 | Member Level: Gold Points : 0 |
Hi Rajeev,
You can prepend a text like this:
Dim num1 As string = "AB" & (rand.Next(10, 20)).ToString()
|