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
Get the count of files of similar types from a folder.
How to open a new test using quicktest professional (qtp)?
What is the virtual object?
How to handle dynamic objects in quicktest professional?
What are the types of environment variables in qtp?
How would you directly trigger javascript in a test?
What is a recovery scenario?
How software tester can use constants and variables in scripts?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
The hybrid framework can be implemented for any application. Is it true?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What are the different types of recording modes?
What are the advantages of qtp?
What is expert view and keyword view?
How to open a new test using quicktest professional?