suppose im having a string wipro123xyz i need to get the
value 123 only from the string today 123 will be in the
middle from tommorow it will be changing to front or back
how to get the no if it changes continously?
Answer Posted / sailaja
txt="123wiproxyz"
mypos=instr (1,txt,"123")
msgbox mypos
k=mid ( txt,mypos,3)
msgbox k
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the main differences of qtp and win runner?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How QTP identify the system time that's changes every seconds?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the Difference between test object and run time object?
Dis advantages of XML checkpoint ?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How can i check items sorted or not in a weblist ? Give me the script for this...
Explain hybrid framework with advantages and disadvantages?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Why do we use breakpoints in QTP?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
For which type of project the iterative model is suitable?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?