how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / dev
1.addition
DIM A=10
DIM B=20
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 ? | 84 Yes | 54 No |
Post New Answer View All Answers
Does VB/Win make standalone .EXE files?
What are the rules to name variable in vbscript?
What is vbscript procedures?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How to open browser in vb script?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Explain about constants in vb script?
How to Enter Values on the Command promt using VB script
what do you mean .ota mobile format
There are 5 web pages.write a script to click the button on 4th web page.
Explain the asc function?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What are the uses of vb script?
wht must be the interview question on corinthian information technology solutions incorporated.
who will create the object?