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
Which function is used in the vbscript language to convert the specified expression into a date type value?
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("<
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Explain about the functionality of vb script?
Which function is used to perform string comparison?
How will you get the largest subscript of an array in vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How will you get the natural logarithm of the given number in vbscript?
When to use function procedures and what are its characteristics?
What are keywords in the vbscript language?
How to open browser in vb script?
How to open excel in vb script?
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 arrays declared in the vbscript language?