get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456

Answer Posted / mdbasha7862@gmail.com

orderstring="ORD13456PNR"

'we can use mid function

string1=mid(orderstring,3,5)
msgbox (string1)

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2068


How to creating an output value using quicktest professional (qtp)?

570


How many types of recording modes in qtp?

592


If I change the object name in one action will it be updated in all the actions? Or not?

604


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?

1395






What is the short cut keys for the following?

650


What is checkpoints for quicktest professional?

551


When and why to use descriptive programming?

612


Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

3250


Does QTP run in any environment?

614


Explain process of smart Identification in QTP?

601


What is active screen?

566


How can get count of list box?

635


why you have standardized functions? plzzz guys with real time exp. do answer

1441


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1423