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 will you reverse a string in vbscript?
How should i Create Email invite with server-side Coding?
Explain How do you create a recordset object in vbscript?
why do u choose to go for testing why cant for devoloping
what is diff between static and dynaic arrys?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What are the properties of regexp object?
Description.Create
What is vbscript language used for and which earlier language is it modeled upon?
how to increasing the numbers in a given text box please write a vb script
Is vbscript language a case-sensitive language and what does it mean?
How will you get the largest subscript of an array in vbscript?
In html file what is an ideal position to include vbscript?
Explain few date functions in vbscript?