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 / dinesh1433
Dim AR2,i
AR2=Array("ABCD","EBCF","GBCH","IBCJ")
For i=0 to ubound(AR2)
If (Instr(AR2(i),"BC")<>0) Then
msgbox "BC found in Element :"&AR2(i)
End If
Next
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi All, How to Compare two strings character by character in QTP
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What is the registration process and examination fees?
tell me QTP standards ?plz
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How many types of actions are there in quicktest professional (qtp)?
What is data driver in qtp?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is the use of ordinal identifier in qtp?
What is fragmentation and paging?
How to use parameterization in qtp?
How to data driven test for Win objects in QTP ?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What is active screen?
How to test login module with different username and password by using data driven testing in QTP?