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
Explain about the test fusion report of quicktest professional (qtp)?
Have you done batch testing in qtp? If yes how you are doing?
How to export quicktest professional (qtp) results to an .xls file?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What are the different types of recovery operation?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
what is object and child object.. explain ..if possible give some example for better understanding ..
What is throw Object?
what r the main attributes of test automation?
What is TOM in QTP?
can anyone tell me from where i can download qtp demo or crack version
How to change the priorities of the recovery scenario properties?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Can you write a script to check if the folder exists or not?
Explain how qtp identifies objects?