Hey All,
Just wondering if anyone out there knows a way to position objects based on a float value instead of an integer?
Position objects with float value
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Position objects with float value
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
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