Help for this page

Select Code to Download


  1. or download this
        $start=$result+.2;
        $x = substr($start,0,1);# integer
        $y = substr($start,2,2);# integer
    
  2. or download this
        ($x, $y) = split '\.' => $result;
        $y += 2;