how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / chandan
'script for adding two numbers
option explicit
dim num1,num2,result
num1=200
num2=300
result=num1+num2
msgbox result
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
How will you convert a string to lower case string using vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How are values assigned to the variables in the vbscript language?
What are the differences between sub procedures and function procedures?
What is byref and byval parameters in vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How will you release the memory acquired by an array variable in vbscript?
How to create a function in vbscript?
Mention characteristics of sub procedures?
Anyone have qtp11.0 crack?
Can automation testing find ssame no. of bugs what we can find by manual testing?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How will you get the smallest subscript of an array in vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.