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
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Explain the string concatenation function in vbscript?
Explain the operator precedence in vb script?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain the filter expression?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What are class events?
regular expression that will recognize a browser as long as its name property starts with mybrowser
what is event handling?
1. How do declare public variable in vb scripts?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the use of the instr function?
How you can call vbscript functions?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Which keyword is used to declare a variable in the vbscript language?