get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456
Answer Posted / phani
Dim text,num,only_text
text=inputbox("enter text")
n=len(text)
For i=1 to n
a=mid(text,i,1)
if isnumeric(a)=true then
num=num&a 'numbers are store in this
else
only_text=only_text&a 'text is stored
end if
Next
msgbox num
msgbox only_text
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is Cross browser testing? Does UFT support it?
Explain sub procedure of vbscript.
What is difference between design time and run time data table?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
which type of testing process are you following in ur company? how to recognize a qtp page?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
is there any addin for remedy user application
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Tell me about your project? please help me how to tell about insurance project
How will you handle java tree in qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Have you used xml check point in your project?