write vb script code to delete the duplicate values in an
array.
Answer Posted / guest
dim a
aList=Array(5,5,5,5,12,10,15,10,125,5)
Dim sNewList
dim newArray
b= ubound(aList)
For x=0 to b
If InStr(sNewList,(aList(x) & ",")) <= 0 Then
sNewList = sNewList & aList(x) & ","
End If
Next
newArray = split(sNewList,",")
MsgBox sNewList
| Is This Answer Correct ? | 37 Yes | 11 No |
Post New Answer View All Answers
Does Low-level recording capture mouse movements?
what is the difference between the modular framework and datadriven frame work
What are the different attribute used with regular expression?
How to data driven test for Win objects in QTP ?
How to connect to a database?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Did the scripts need lot of maintenance? If yes, why?
What are the different kinds of test steps?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is the registration process and examination fees?
What is different command used in command Prompt while using QTP?
how interviews will be on QTP?
What is Curd testing?
Where you are storing your script?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.