Lonkero:
The conversion will go towards the nearest even integer for exact fractions of .5. Try this:
code:
? 0 + 0.5
? 0 + 1.5
? 0 + 2.5
? 0 + 3.5

the results will be 0,2,2,4

This is documented in the KiXtart 4.11 Manual under CINT().
_________________________
There are two types of vessels, submarines and targets.