how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / venkat
Dim a
Dim b
a=inputbox("enter a value")
b=inputbox("enter b value")
Dim c
c=int(a)+int(b)
Msgbox c
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Both Static and dynamic arrays are handled by VB script. Is it true?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
what is the standards used for writing the script in QTP
What is the use of the date function in the vbscript language?
How to capture a runtime error in vbscript?
What is Procedure or Subroutine in VB Script?
What is the output of a + b in vbscript if a = 5 and b = 10?
Explain the extension .hta?
Mention how to create a cookie using vbscript?
What are the environments supported by vbscript language?
who will create the object?
Explain about constants in vb script?
When are redim statement and preserve keyword used in the vbscript language?
What is loose binding? Why is it not a good practice to use it?
What is sql loader? Explain the files used by sql loader to load file?