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
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How are values assigned to the variables in the vbscript language?
How to replace junk code recorded by QTP with a mall function.
What is the difference between do until loop and do while loop?
Why is error handling required?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Explain about operator precedence in vb script?
What are lbound and ubound in the vbscript language?
Which operator can be used to check if two numbers are equal or not in vbscript?
How to access array data?
How to throw an error in vbscript?
What is the use of the date function in the vbscript language?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?