get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456
Answer Posted / giriyappa badagar
ordStr="ORD13456PNR"
'we can use mid function
string=mid(ordStr,4,5)
msgbox (string)
OR
ordStr="ORD13456PNR"
msgbox right((left(ordStr,8)),5)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to carry out bit map check points in QTP
what are all the fileds present in object repository?
Explain about datafile/verification of date file when file is not available in local system?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
tell me QTP standards ?plz
How to start recording using quicktest professional?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
distinguish between old version and new version QTP features.
What is the basic concept of qtp?
What is the difference in testing a client-server application and a web application?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How can I check if a environment variable exist or not?
What will be happen if i load object repository at run time, but it has already associated.
How do you create regression test packs?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?