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


Please Help Members By Posting Answers For Below Questions

HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1727


What are output values and why they are used ?

633


What is the registration process and examination fees?

565


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1734


What are main panes available in qtp test browser?

551






What is RTM (require ment tracebulity marix) fromate?

1542


What is data driver in qtp?

590


What is the quicktest professional testing process?

540


How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

709


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

1967


How to find the path of folder in which the test is saved in qtp?

544


What is method name to compare two XML files.

1549


what is test scheduleling?

2031


Explain quicktest professional (qtp) testing process?

546


Difference between test object and run time object?

604