INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: gappie on March 16, 2008, 05:48:20 pm

Title: small question about decimal values
Post by: gappie on March 16, 2008, 05:48:20 pm
am i right that it is only possible to get two numbers behind the point when using decimal values in a user defined library field? or am i doing something wrong?
Title: Re: small question about decimal values
Post by: Matt on March 17, 2008, 09:46:28 am
The data is stored with higher precision, but displayed with only two decimal places.
Title: Re: small question about decimal values
Post by: gappie on March 17, 2008, 10:22:45 am
thanks for the answer. that is nice.
was wondering if there would be a way to see the other decimals becuase formatnumber([test],4) does not work (where test is a user made library field).

found the answer just before posting. formatnumber([test,0],4) works ofcource.

thanks
 :)
gab

edit... pfff [test,0] does also work..