hey
I have written an if code , which should be true only when it has a non numeric data in array cell
if ($array_H[$i] !~ /^[0-9]+$/) { block; }
but somehow if loop block is visited even if data is numeric
In reply to non numeric data by torres09
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |