Answer Posted / swamireddy
to genarate random numbers in vb using the random fuction
the fuction systax for
function Random(Lowerbound As Long, Upperbound As Long)
Randomize
Random = Int(Rnd * Upperbound) + Lowerbound
End Function
this fuction use automatically genarate a random numbers.
how to call the fuction.
a=random(lowerbound,upperbound)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is select case statement?
how to increase the values in text box in a given text box increament by two values by clicking on button
Explain about the asc function?
Explain the functionality of vbscript?
who will create the object?
Why to use option explicit in vb script?
How to assign a numeric value to a variable?
Mention the environments where vbscript could be run?
where can i learn VB scripint ?
When to use function procedures and what are its characteristics?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Is vbscript a case-sensitive or case-insensitive?
Description.Create
Which function is used to perform string comparison?