06-28-2007 02:43 AM
06-28-2007 02:47 AM
06-28-2007 03:31 AM
Hi becktho,
I dont want my data to get rounded off, by setting digits of precision to 0 but i want just to truncate the decimal part, functionality similar to the one available in c, vb etc.
I want to display 12.2 or even 12.8 to be displayed as "12" only not to 12 or 13 respectively.
Kousy
06-28-2007 03:44 AM
Sorry I missed that.
I don't know of a specific method to do what you want, but you could simply use a round function. To still have the original data available, just round the data and wire it to a separate indicator.
06-28-2007 04:38 AM
Thanks becktho.
This is what I searched all over functions palettes. I am aware of round to nearest function. Even then I missed this functionality somehow. Anyway thanks once again.
Kousy