It depends how you declare the 2D string array.

If the first dimension is an Object[]
and you add a String[] in each element
to make the second dimension,
then you can sort the second dimension as a 1D string.


---------- Original Message -----------
From: Kevin Fishburne <kevinfishbu...@eightvirtues.com>
To: gambas-user@lists.sourceforge.net
Sent: Thu, 05 May 2011 01:46:22 -0400
Subject: Re: [Gambas-user] gb3: sorting an array-like structure

> On 05/05/2011 01:39 AM, nando wrote:
> > ?
> > Do you mean sorting [0, 1] to [1000, 1]
> > Because the 1 is the second element of the second dimension
> > ??
> 
> We are misunderstanding each other. I know arrays start at zero when 
> referencing their elements and dimensions outside of the declaration. By 
> second element, I mean the number one. That's not really relevant, 
> though, as I'm basically asking if there is a method to sort an array 
> without creating an elaborate sorting procedure. Is there a mechanism 
> for sorting an array, or an array-like structure, inherent in GAMBAS or 
> do I need to sort manually?
> 
> -- 
> Kevin Fishburne
> Eight Virtues
> www: http://sales.eightvirtues.com
> e-mail: sa...@eightvirtues.com
> phone: (770) 853-6271
> 
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network 
> management toolset available today.  Delivers lowest initial 
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to