write a vb script to print even numbers from 1-50?
Answer Posted / ravi
dim i
for i=1 t0 50
if (i mod 2=0) then
msgbox i&"is even number"
else
msgbox i&"is odd number"
end if
next
| Is This Answer Correct ? | 66 Yes | 31 No |
Post New Answer View All Answers
Explain about datafile/verification of date file when file is not available in local system?
how to write xml output check point bu useing descriptive programing .means without useing output check point
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
can the activities of test case design be automated?
What is ObjectParamater?
What is a checkpoint? How many check points are there in qtp?
Tell some commonly used Excel VBA functions?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What are the challenges you faced during you entire life automation ?
Hi All, How to get repeated word in string . Thanks Balaji
How to create Reusable and Multiple Actions?
What is the process of synchronizing qtp and aut?
How can I use Call dlls in QTP ?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
what is stepin & stepout?