how to write basic programs in VB Script like addition,
multiplication?
Answers were Sorted based on User's Feedback
Answer / dipanjan
Dim a, b, c, d As Integer
a = TextBox1.Text
b = TextBox2.Text
c = TextBox3.Text
d = Int(a) + Int(b) + Int(c)
MsgBox (d)
for multiplication:
d = a * b * c
MsgBox (d)
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / jansheer
dim a
dim b
dim c
a=cintinputbox("enter first no")
b=cintinputbox("enter second no")
c=a+b
msgbox("sum of "&a&"and"&b&"is")
| Is This Answer Correct ? | 4 Yes | 16 No |
Can u describe what kind of testing are for OTC derivates by banks.
How to write functional test cases for send button in gmail.
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Explain about operator precedence in vb script?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What are the disadvantages of vbscript?
what is the function to display current date?
. Program for sorting of numbers in vb script?
How will you compare two strings in vbscript?
write a vb script to add two 2*2 matrix