BTW, Howard: you can save one byte by changing this:
code:
if abs($v-24)< 1E-9

into this:
code:
if abs($v-24)< 0.1

[Smile]
_________________________
Later,   [b]Mad[/b]ruga