Answered
Array sort
Is there anyway that I can pass a particular string to an
array and it return only the fields associated with that string.
e.g.
my_array.sort("age=50",Array.NUMERIC); In some way I want this to return ONLY the fields associated with all ages that are equal to 50 from within the array. I think Ive made that clear enough. Any help would be great.
Thanks in advance
my_array.sort("age=50",Array.NUMERIC); In some way I want this to return ONLY the fields associated with all ages that are equal to 50 from within the array. I think Ive made that clear enough. Any help would be great.
Thanks in advance