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
How to take whole text output from screen of Bitmap Application.
How to assign a numeric value to a variable?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Mention the rules for using option explicit statement?
What is difference between vbscript and vba?
What is the use of the date function in the vbscript language?
Anyone have qtp11.0 crack?
How do you declare a variable in vbscript?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
What are the uses of vb script?
Explain sga memory structures?
How are values assigned to the variables in the vbscript language?
What are the rules to name variable in vbscript?