Array duplicates
- From: "Maya" <kfoury@xxxxxxxxx>
- Date: 17 Feb 2006 15:13:16 -0800
Hello,
In the array abc:
abc[0] = "john"
abc[1] = "jack"
abc[2] = "john"
abc[3] = "peter"
Is there an easy way to check for "john" existence before inserting
abc[2]?
If not, any idea how to remove either duplicates? that is abc[0] or
abc[2] in the above array?
Thanks in advance.
Maya
.
- Follow-Ups:
- Re: Array duplicates
- From: Nick Malik [Microsoft]
- Re: Array duplicates
- Prev by Date: Missing characters after file rewrite using File.OpenText
- Next by Date: Taking Thumbnail photos of webpages with provided URL
- Previous by thread: Missing characters after file rewrite using File.OpenText
- Next by thread: Re: Array duplicates
- Index(es):
Loading