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
Mention what is the difference between vbscript and vba?
What are events in the vbscript language?
How will you get the octal value of the given number in vbscript?
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.
how to set one column as primary key in QTP and fetch values accordingly
What are the different types of operators and their order of precedence?
Why is it recommended to close the database connection every time after the work is completed?
Compare java script and vb script?
What is the purpose of regexp object in vbscript?
How to add actions in driver script to run those actions in QTP?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Why is error handling required?
How to capture a runtime error in vbscript?
what is diff between static and dynaic arrys?
When to use function procedures and what are its characteristics?