write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / usha
str="apple"
for i = 1 to len(str)
msgbox left(str,i)
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What purpose does ‘on error resume next’ serves?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
What is variant in vb script?
Explain vbscript in detail?
Which function is used to perform string comparison?
What are the uses of vb script?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Explain the adodb.stream class?
What are events in the vbscript language?
what is the object hyrarchy in QTP for a web based application
Mention the rules for using option explicit statement?
Explain about scrrun.dll in vbscript?
How are values assigned to string type and numeric type variables?
What is the difference between VBScript and JavaScript?
What is the difference between for loop and while loop?