how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / rohit yadav
private sub command 1_click()
text3.text=val(text1.text)+val(text2.text)
end sub
| Is This Answer Correct ? | 26 Yes | 10 No |
Post New Answer View All Answers
What if you do not specify anything when you call a procedure?
When are redim statement and preserve keyword used in the vbscript language?
How will you release the memory acquired by an array variable in vbscript?
give me any information abou vb script books learn quckly
What are events in the vbscript language?
What is the difference between VBScript and JavaScript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How will you get the octal value of the given number in vbscript?
How to access array data?
Mention the rules for using option explicit statement?
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 is the object hyrarchy in QTP for a web based application
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??