write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / aparajita mohapatra
val="apple"
For i=1 to len(val)
val1=mid(val,1,i)
print val1
Next
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is the differance between BYVAL,BYREF?
Is VB Script Case sensitive or Case insensitive?
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
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
How to write functions and sub in vb script?
please can you help me to get a code of flames using a visual basic 6
How to open browser in vb script?
How will you get a string with the specified character the specified number of times in vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What is difference between vbscript and vba?
What is loose binding? Why is it not a good practice to use it?
What are the properties of regexp object?
give me any information abou vb script books learn quckly
How will you get a random number between 0 and 1 in vbscript?