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
Mention how you can call vbscript functions?
How will you get the smallest subscript of an array in vbscript?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Mention what are the rules to name variable in vbscript?
write a program to display configuration of a local system with the help of vb script.
How will you release the memory acquired by an array variable in vbscript?
How to create a function in vbscript?
How to assign a date value to a variable?
what is used of Property........End Property loop ? how to write the script for it?
how to acces the remote mechine using vb cript(QTP)
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Write a Script for ATM in QTP
What is the difference between javascript and vbscript?
Explain about vb script?
Both Static and dynamic arrays are handled by VB script. Is it true?