Try using $QS and $QL.

--- Kevin Toppenberg <[EMAIL PROTECTED]> wrote:

> I need to work on an array something like this.
> 
> A(i1,i2a,i3)="dog"
> A(i1,i2b,)="cat"
> A(i1,i2b,i3a)="ape"
> A(i2,i2b,i3b)="lion"
> A(i2,i2c,i3)="seal"
> A(i2,i2c,i3,i4,i5)="mouse"
> 
> I am wanting to reorder the array such that the highest index (i5
> etc)
> is the primary index of the final array, and the first index is the
> value.  e.g.
> 
> B(i3)=a1
> B(i2b)=a1
> B(i3a)=i1
> B(i3b)=i2
> B(i3)=i2
> B(i5)=i2
> 
> So what I want is a way to get each separate line item of the list
> from the first example.  I think there is a function to do this, but
> I
> can't find it.
> 
> Can anyone help?
> 
> Kevin
> 
> 
>
-------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 


===
Gregory Woodhouse  <[EMAIL PROTECTED]>

"Judge a man by his questions not his answers."
--Voltaire


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to