How to generate 3 digit random number?
Answer Posted / eswar
For i=1 to 3
x = RandomNumber(1,9)
y=y&x
Next
MsgBox y
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which constant is used for print and display functions and works as same as pressing enter key?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Which operator can be used to do an xor operation in vbscript?
What is the difference between for loop and while loop?
What are class variables?
How will you get the largest subscript of an array in vbscript?
How regexp.execute method works?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
where can i learn VB scripint ?
What is vbscript language used for and which earlier language is it modeled upon?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How should i Create Email invite with server-side Coding?