how to get the particular chr in an array list the question
is ....i have an array like this
ABCD
EBCF
GBCH
IBCJ
HERE I NET TO GET ONLY "BC" FROM ALL HOW TO GET IT
HELP ME ANY ONE
THANKS
Answer Posted / gabbar
a="ABCD EBCF GBCH IBCJ"
b=Split(a," ")
For i=LBound(b) to UBound(b)
msgbox "count: "&i&" "& mid(b(i),2,2)
Next
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional (qtp)?
How to create scenario selector
What are the steps involved in recovery scenario wizard?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
what is object and child object.. explain ..if possible give some example for better understanding ..
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How would you directly trigger javascript in a test?
Step 3&4 are repeated until an the object in recognised uniquely.
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Have you done batch testing in qtp? If yes how you are doing?
What is the default object synchronization timeout in qtp?
What are the key points to create a framework in QTP for oracle forms?
Through array we can execute the testcase how ? give me example
What is the basic concept of quicktest professional?
How many ways we can parameterize data in quicktest professional (qtp)?