On Fri, Jul 20, 2001 at 09:00:34AM -0400, Admiral Thrawn wrote:
> I changed my code Like you sugessted. that got rid of the "out of memory
> issue" but it's still not sorting the array baised on $a->[1] or $a->[8], Or
> in english, It's sorting the list biased on the 8th colum, or any colum for
> that matter.

$a->[8] is the ninth element, not the eighth.  Remember, arrays start at 0.

What is the code you're using now?  What results do you expect from it? 
What are you getting?

 
Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to