I've posted an update to the Array Utilities module at:

          <http://www.verex.com/opensource/>

Changes since the last release:

        * Simplified the code for Reverse, thanks to Charles Yeomans.

        * Added string versions of Max and Min.

        * Added SortedIndexOf.

The complete list of methods -- most of which are defined for Integer, Double, and String arrays -- is as follows:

Append, Average, Clone, Concat, Max, Min, RemoveSlice, Reverse, Slice, SortedIndexOf, Splice, and Total.

These are all implemented as extension methods, so you use them just like the built-in array methods (e.g. IndexOf or Remove). Note that any methods you don't use are not included in your built app.

All source code is in the public domain, and is provided "as is" with no warranty.

Share and enjoy,
- Joe

--

Joe Strout  --  [EMAIL PROTECTED]
Available for custom REALbasic programming and training.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to