thanks for that -----Original Message----- From: Scott Eade [mailto:[EMAIL PROTECTED]] Sent: Sunday, 22 September 2002 7:52 AM To: turbine-user Subject: Re: Randm Result Selection Required
> From: "Stephen Eaton" <[EMAIL PROTECTED]> > > I have a requirement to return a selection in random order, is this > possible? Yes - I have a class ArrayListRandom that does exactly this. Just extend ArrayList and override the relevant methods. Cheers, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
