should beif (($a|$b|$c|$d) < 256 ) { return 1; }
if (($a < 256) && ($b < 256) && ($c < 256) && ($d < 256) ) { return 1; }
Have a nice day
All decision is left to your taste
In reply to Re: Can you spot the problem?
by little
in thread Can you spot the problem?
by dws
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |