write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / mudaseer
above answer is almost correct but there is one mistake
val="apple"
For i=1 to len(val)
val1=mid(val,1,i)
msgbox val1
Next
instead of msgbox he has used print
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can automation testing find ssame no. of bugs what we can find by manual testing?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Which operator can be used to change the value of the operand or change the state of the condition?
Explain about the functionality of vb script?
How many types of operators are available in the vbscript language?
who will create the object?
How can you create an object in vbscript?
Mention what is the technology used by vb script?
What are the uses of vb script?
What are the data types supported by vbscript?
Explain about tristate constants?
Explain the tristate constants in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
What are the 2 ways to pass a value to the function?
how to set one column as primary key in QTP and fetch values accordingly