Thanks Ralf,Is there a standard interface that one should implement to do this? For instance,
class MyObject implements IComparable
{
public function compareWith (b:Object):Number;
}
something of that nature? Nothing obvious came up in the documentation.
Cheers,
Lach
On 17/12/2006, at 9:15 PM, Ralf Bokelberg wrote:
I'm afraid, you have to write your own comparison methods. Cheers, Ralf.

