write a vb script to print even numbers from 1-50?
Answer Posted / pradeep
For i=1 to i=50
if (i mod 2=0)then
messagebox i&"is even number"
else
messagebox i&"is odd number"
endif
next
| Is This Answer Correct ? | 23 Yes | 36 No |
Post New Answer View All Answers
what is the difference between built-i function and In-built function?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
With what extension you can save the list of tests in a file to run in test batch runner?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What are the different attribute used with regular expression?
Explain the features of quick test pro(qtp)?
Is it possible to merge two object repository files in qtp?
What are the 3 main stages involved in testing with qtp?
How can you close the second opened browser?
How to use Environment parameterization? Explain with an example.
What are the five challenges you faced in QTP?
if our qtp vb Script may be Currepted then What we want do?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to associate function library at a run time?
What is data driver in qtp?