how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / 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 |
Post New Answer View All Answers
How will you get a string with the specified character the specified number of times in vbscript?
How to get the length of the string by making use of the string function?
How will you get a random number between 0 and 1 in vbscript?
How to Import data from a file (file is on the desktop) to the data table
what is event handling?
What is the purpose of regexp object in vbscript?
What is select case statement?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Illustrate briefly about the different types of statement
Explain what is loose binding? Why is it not a good practice to use it?
What are class variables?
Explain about the functionality of vb script?
Explain sga memory structures?
Explain some uses of vb script?
give me any information abou vb script books learn quckly