Help for this page
Select Code to Download
Select
or
download this
if ($divide_by){ $data_to_sum[0]->[$c] /= $divide_by; }
Select
or
download this
$data_to_sum[0]->[$c] /= $divide_by if $divide_by;