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 are the special sub-types in vbscript?
Mention what is byref and byval parameters in vbscript?
filter the array values without using filter function?
Can automation testing find ssame no. of bugs what we can find by manual testing?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Explain about scrrun.dll?
Explain about adodb.stream class?
What is the difference between for loop and while loop?
What are class properties?
who will create the object?
How will you compare two strings in vbscript?
What is the use of the date function in the vbscript language?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.