jit.cellblock rounding down decimals?

turbojambox's icon

I am having an problem retrieving decimal values from jit.cellblock.
It seems that when I have different values in my cellblock, andI select one that has a decimal(either by clicking on it or by using "select x y" message), it rounds my number down to the next whole number. Unfortunately I have not yet been able to recreate this problem by itself in a small patch, so I was just wondering if anyone had ever had this happen and why it might be happening.
Thnx in adv :)

Darwin Grosse's icon

Are you sure that your patch isn't feeding the output into an integer (int
object or number box) somewhere? This would cause the behavior you are
seeing.

[ddg]
Darwin Grosse

turbojambox's icon

That was it. Thnx!