Hello all -
I would like to use the is_numeric() function to check each element of
an array. I am just looking for a false if any element is not numeric,
or a true if each element is numeric.
Can I do this with a single function in a single like, or do I have to
do a foreach{ ... break() } structure?
I would like to use the is_numeric() function to check each element of
an array. I am just looking for a false if any element is not numeric,
or a true if each element is numeric.
Can I do this with a single function in a single like, or do I have to
do a foreach{ ... break() } structure?
Comment