write a vb script to generate hello 5 times using do until
loop
Answer Posted / monika
dim ivar
ivar=0
do
msgbox "hello"
ivar=ivar+1
loop until ivar=5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you release the memory acquired by an array variable in vbscript?
How should i Create Email invite with server-side Coding?
How will you compare two strings in vbscript?
Compare java script and vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Which keyword is used to declare a variable in the vbscript language?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
How to get the length of the string by making use of the string function?
after medical test,when will be the police verification
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
what is the use of QCUtil? explain with one example?
What are the different types of loops available in the vbscript language?
How to capture a runtime error in vbscript?
Explain about tristate constants in vbscript?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.