Run this:
code:
Break On
$=45
$a=44.5
? ($=$a)

$=44
$a=43.5
? ($=$a)

$=43
$a=42.5
? ($=$a)

$=42
$a=41.5
? ($=$a)

the rounding rule appears to be round down on EVEN and up on ODD.
_________________________
Home page: http://www.kixhelp.com/hb/