how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / venkat
Dim a
Dim b
a=inputbox("enter a value")
b=inputbox("enter b value")
Dim c
c=int(a)+int(b)
Msgbox c
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are lbound and ubound in the vbscript language?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
What are the data types supported by vbscript?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What is the use of the formatdatetime function in the vbscript language?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
what is event handling?
how to set one column as primary key in QTP and fetch values accordingly
Mention what is the main difference between function and sub-procedure?
How will you get a subset of a array in vbscript?
How are arrays declared in the vbscript language?
Mention what is the difference between vbscript and vba?
Explain the support of asp for vb script functionality?
Mention the environments where vbscript could be run?
Is vbscript language a case-sensitive language and what does it mean?