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
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Explain about tristate constants?
How can you create an object in vbscript?
How will you compare two strings in vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Explain about tristate constants in vbscript?
What is the purpose of regexp object in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
how to set one column as primary key in QTP and fetch values accordingly
How will you reverse a string in vbscript?
Explain the tristate constants in vbscript?
What is Procedure or Subroutine in VB Script?
How will you get a subset of a array in vbscript?
How can you destroy an object in vbscript?