Answer Posted / styxopty
i = cint(inputbox ("Enter any Number to check Even or Odd"))
if i mod 2 = 0 Then
msgbox i&" is Even"
else
msgbox i&" is Odd"
end if
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Why to use option explicit in vb script?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
i need to sort the data using qtp script for this how i need to write a qtp script
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
What are the environments supported by vbscript language?
who will create the object?
How you can call vbscript functions?
Explain about tristate constants in vbscript?
How to take whole text output from screen of Bitmap Application.
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
where can i learn VB scripint ?
When to use function procedures and what are its characteristics?
Mention what is byref and byval parameters in vbscript?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji