I pretty much have the rest of my script written but I have another question.

if:

$pts = '5.5'
or:
$pts = '5.51'

How do I append the zeros to the end of the value so that whatever the value of $pts I will always have a number to 3 decimals?
The value of $pts comes from a "gets" statement.

[ 17. October 2003, 07:04: Message edited by: jacks73 ]