how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / vaibhav
function vaibhav x,y
dim x,
dim y,
dim z,
z=x*y
msgbox z
| Is This Answer Correct ? | 116 Yes | 59 No |
Post New Answer View All Answers
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Which date function is used in the vbscript language to find the difference between the 2 dates?
what is the standards used for writing the script in QTP
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Explain about the asc function?
Write a code to print numbers from 5 to 0?
How to Import data from a file (file is on the desktop) to the data table
How to Import data from a file (file is on the desktop) to the data table
What is byref and byval parameters in vbscript?
Mention what is the technology used by vb script?
Explain about scrrun.dll in vbscript?
What is event handling in vbscript?
Mention what is select case statement?
How will you convert a string to upper case string using vbscript?
How can you destroy an object in vbscript?