write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / prathyusha
str="apple"
For i=1 To Len(str)
var=Mid(str,i,1)
char=char&var
newchar=newchar&vbcrlf&char
Next
MsgBox newchar
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are values assigned to the variables in the vbscript language?
How will you get a subset of a array in vbscript?
How will you convert a given number to long in vbscript?
1. How do declare public variable in vb scripts?
What are class events?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How can you fetch the value of a cookie?
what is the difference between modular and data and keyword driven framework
What is vbscript procedures?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
What is variant in vb script?
Explain about the support of asp for vb script functionality?
Write a Script for ATM in QTP
Explain a few date functions in vbscript