Help for this page

Select Code to Download


  1. or download this
    if ($divide_by){
      $data_to_sum[0]->[$c] /= $divide_by;
    }
    
  2. or download this
    $data_to_sum[0]->[$c] /= $divide_by if $divide_by;