realbasic-nug
[Top] [All Lists]

Re: Removing Duplicates in an Array

To: REALbasic-NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Removing Duplicates in an Array
From: Kem Tekinay <ktekinay@mactechnologies.com>
Date: Sat, 31 Jan 2009 20:02:36 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <2B737E2F-8E32-47D5-B146-46E1A449AFBC@mac.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Thread-index: AcmECMU1UNQkzAwtZkimQNI00zcTyQ==
Thread-topic: Removing Duplicates in an Array
User-agent: Microsoft-Entourage/12.15.0.081119
On 1/31/09 3:10 PM, "Arnaud Nicolet" <anic297@mac.com> wrote:

> Yes, indeed. It was just not in your code ;-)

Not to be a nitpicker, but it was:

>  dim i as Integer
>   TheDocs.Sort
>  
>   for i = UBound(TheDocs) downto 0
>   <snip>

__________________________________________________________________________
Kem Tekinay                                                 (212) 201-1465
MacTechnologies Consulting                              Fax (914) 242-7294
http://www.mactechnologies.com                        Pager (917) 491-5546

  To join the MacTechnologies Consulting mailing list, send an e-mail to:
           mactechnologies_consulting-subscribe@yahoogroups.com









_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>