Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to genarate a random numbers in vb?

Answer Posted / cnu

Function Random(max,min)
Randomize
Random=Int((max-min+1)*Rnd+min)
End Function

Dim A
A = random(100,1)
msgbox ("The random numer is:" &A)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Convert Hex color code to color name in VB Script?

4447


How will you convert a given number to long in vbscript?

933


When are redim statement and preserve keyword used in the vbscript language?

1081


What is dictionary object in vbscript? Explain?

1218


Mention how to access array data?

1078


who will create the object?

2011


How to replace junk code recorded by QTP with a mall function.

2131


When to use function procedures and what are its characteristics?

1133


How will you get a combined string from array of string in vbscript?

996


Explain the functionality of vbscript?

1010


Explain How do you create a recordset object in vbscript?

1066


what do you mean .ota mobile format

2526


Can anyone send me a vb script function for verifying the functionality of active links on a web page

2087


What is the purpose of the err object in the vbscript language?

1159


What if you do not specify anything when you call a procedure?

1199