what is diff b/n these 2 programs
1) for i=5 to 1 step 2
msgbox "pass"
next
2_) for i=5 to 1 step -2
msgbox "pass"
next
Answer Posted / mano
the above answer is right but in second program pass wil display 3 times
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What is variant in vb script?
how to increase the values in text box in a given text box increament by two values by clicking on button
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Why is the use of exit do or exit for statements within loops discouraged?
How many types of operators are available in the vbscript language?
How to capture a runtime error in vbscript?
What is the use of option explicit statement?
Is VB Script Case sensitive or Case insensitive?
after medical test,when will be the police verification
Explain the scope of the variables using dim, public, and private keywords respectively.
what is the use of QCUtil? explain with one example?
What is the purpose of regexp object in vbscript?
What is the scope of a constant declared using public?