in reply to Re: Re: splitting array values
in thread splitting array values
They are always in that order, even when I sort them, reverse them ...$VAR1 = [ '-12' ]; $VAR1 = [ '7' ]; $VAR1 = [ '26' ]; $VAR1 = [ '-123' ]; $VAR1 = [ '7' ]; $VAR1 = [ '39' ]; $VAR1 = [ '30' ]; $VAR1 = [ '32' ]; $VAR1 = [ '-504' ]; $VAR1 = [ '-12' ]; $VAR1 = [ '150' ];
I think this is what you want
Retitled by Chady -- was "Example"
|
|---|