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
Explain the extension .hta?
what do you mean .ota mobile format
How many types of procedures are available in the vbscript language?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Mention what is variant in vbscript?
How will you get the octal value of the given number in vbscript?
write a program to display configuration of a local system with the help of vb script.
Both Static and dynamic arrays are handled by VB script. Is it true?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
Mention the rules for using option explicit statement?
Mention what is the use of option explicit in vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
What are events in the vbscript language?