I know there must be 100 ways to do this – but can someone recommend the ‘best/most simple’ method to check if three integer variables are within one point of each other.
$a = 1; $b = 2; $c = 1;
As each var is within 1 point of each other the formula required should return TRUE;
Can anyone suggest the best functions/method to do this. Thanks in advance
Thought i’d go the extra mile here