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

Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1417


Explain about constants in vb script?

577


Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji

1247


What is the difference between function and procedure?

579


How are arrays declared in the vbscript language?

549






regular expression that will recognize a browser as long as its name property starts with mybrowser

1765


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

526


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

1791


What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

585


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

1729


Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

1578


Explain some uses of vb script?

556


Mention what is variant in vbscript?

561


When to use function procedures and what are its characteristics?

557


How will you reverse a string in vbscript?

622