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


Please Help Members By Posting Answers For Below Questions

How to get the length of the string by making use of the string function?

562


does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks

2503


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1619


Which function is used to perform string comparison?

559


did any one attended interview in applabs if you had gone through plz tell me the procedure

1852






what is the use of QCUtil? explain with one example?

6318


What are the environments supported by vbscript language?

504


Description.Create

2160


How to declare an array in vbscript?

666


1. How do declare public variable in vb scripts?

1577


Explain few date functions in vbscript?

612


what is the difference between modular and data and keyword driven framework

1738


How will you get the natural logarithm of the given number in vbscript?

601


How to open excel in vb script?

570


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3271