in reply to getting elements from an array based on a value not in the array
because you perform this multiple times, a lookup table for $target could be a good solution (depends on the possible range of values for $target). if this is possible and you have no idea how to implement this, ask again...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: getting elements from an array based on a value not in the array
by Limbic~Region (Chancellor) on Aug 11, 2006 at 19:25 UTC | |
by lima1 (Curate) on Aug 11, 2006 at 19:55 UTC |