in reply to Re^2: Filtering array of strings and numbers
in thread Filtering array of strings and numbers
Having said that, string comparison operators and arithmetic relational operator don't always return the same thing, so the OP should be aware of that. Remember that 10 is smaller than 3 for string relational operators.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Filtering array of strings and numbers
by AnomalousMonk (Archbishop) on Apr 29, 2016 at 18:26 UTC |