Page 1 of 1

Position objects with float value

Posted: Tue Jul 29, 2014 4:17 pm
by CenturyMan1979
Hey All,

Just wondering if anyone out there knows a way to position objects based on a float value instead of an integer?

Re: Position objects with float value

Posted: Tue Jul 29, 2014 10:00 pm
by dunbarx
Hi.

Do you mean a floating point value? That is a value that contains a decimal point?

Yes and no. You will get no error if you try to:

set the left of fld 1 to the left of fld 2 + 4.5

But the engine will round the decimal appropriately. I suppose you cannot have half a pixel.

Craig Newman