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 / pushkar1206
This will print BC 4 times.
a="ABCD EBCF GBCH IBCJ"
b=Split(a," ")
For i=0 to ubound(b)
msgbox mid(b(i),2,2)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain runtime dynamic settings?
How to capture a window in QTP?
What does it mean when a check point is in red color? What do you do?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is difference between Recording time object identification and Run time (Execution) time.
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What is the difference between keyword view and expert view?
explain how to write vb script in qtp?when will you write own script?
What are the five challenges you faced in QTP?
With what extension you can save the list of tests in a file to run in test batch runner?
What ate the Technologies supported by QTP?
what r the main attributes of test automation?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
what is the difference between data driver & data driven and driver script?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet