Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to write basic programs in VB Script like addition,
multiplication?

Answer Posted / chandra

'addition
DIM A
A=INPUTBOX("enter a val")
DIM B
B=INPUTBOX("enter b val")
DIM C
DIM D
C=A+B
MSGBOX C (here output is 1020)

C=INT (A)+INT (B)
MSGBOX C '(HERE OUTPUT IS 30)

D=A*B
MSGBOX D '(OUTPUT IS 200)

Is This Answer Correct ?    50 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the extension .hta?

1012


What are the disadvantages of vbscript?

1299


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

2059


Mention how to assign a date value to a variable?

1140


What is vbscript procedures?

1192


Mention what is select case statement?

1016


Is vbscript a case-sensitive or case-insensitive?

1316


How to delete a cookie using vbscript?

1208


What are lbound and ubound in the vbscript language?

1140


how to acces the remote mechine using vb cript(QTP)

2085


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2894


why variable name should not exceed 255 characters?

2274


What is the technology used by vb script?

1014


What is the purpose of the err object in the vbscript language?

1156


What is sql loader? Explain the files used by sql loader to load file?

1210