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: Arnaud Nicolet <anic297@mac.com>
Date: Sun, 01 Feb 2009 05:02:22 +0100
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: <C5AA5EDC.1ECDB%ktekinay@mactechnologies.com>
References: <C5AA5EDC.1ECDB%ktekinay@mactechnologies.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Le 1 févr. 09 à 02:02 (matin), Kem Tekinay a écrit:

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>

Yes... Sorry...
_______________________________________________
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>