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 / snegha
ar2=Array("ABCD","EBCF","GBCH","IBCJ")
arlen=UBound(ar2)-lbound(ar2)+1 'Finding array length
For p= 0 to arlen-1
msgbox Mid(ar2(p),2,3)
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many ways is to parameterize the value?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Hi All, How to get repeated word in string . Thanks Balaji
what is defenetion of kiran can u tell me plz CVS, SVN
What is QTP testing process?
Explain different checkpoints in qtp.
How can you send user defined messages to test report?
How to associate function library at a run time?
They asked by using qtp recording writing scripting
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Why bpt?
How many add-ins comes by default with quicktest professional (qtp)?