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
How you can call vbscript functions?
Illustrate briefly about the different types of statement
When to use function procedures and what are its characteristics?
Mention the environments where vbscript could be run?
If else for do while select in vb script?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
how to write validation function for date in vb script
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is the difference between for loop and while loop?
What are class properties?
How strcomp function works?
What is the main difference between function and sub-procedure?
How are comments handled in the vbscript language?
What is the use of the date function in the vbscript language?