$line = "$in{'chars'}";
$linecount = $line/65;
-----------------------
Simple division of $line with 65 e.g.
$line = 124
$linecount = 124/65
The answer comes something like this: 1.90769230769231
I don't decimal figures....how to get result in round figures????
Plz help this novice programmer.
$linecount = $line/65;
-----------------------
Simple division of $line with 65 e.g.
$line = 124
$linecount = 124/65
The answer comes something like this: 1.90769230769231
I don't decimal figures....how to get result in round figures????
Plz help this novice programmer.

