write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / abhishek mallabadi
dim apple
apple="a"
msgbox apple
apple1=apple & "p"
msgbox apple1
apple2=apple1 & "p"
msgbox apple2
apple3=apple2 & "l"
msgbox apple3
apple4=apple3 & "e"
msgbox apple4
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to Import data from a file (file is on the desktop) to the data table
What is the technology used by vb script?
Mention what is select case statement?
Mention what is byref and byval parameters in vbscript?
Which object provide information about a single runtime error in a vbscript?
Mention what is vbscript procedures?
There are 5 web pages.write a script to click the button on 4th web page.
How to open excel in vb script?
what is resorceallocation
What is the use of the recordset object and which statement is used to create such an object?
What is the difference between VBScript and JavaScript?
Explain about filter expression?
Mention how you can call vbscript functions?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How are values assigned to string type and numeric type variables?