On Wed, Feb 25, 2015 at 7:41 PM, Gene Wirchenko <[email protected]> wrote: > ? transform(0.042,"9.999") > > On my system, it gives output of "0.040". I expected "0.042". > > The help is not terribly clear and does not mention transform() being > affected by the set decimals setting. How does this work? What do I have > to do to get the desired result?
Change it to ?STR(0.042,5,3) -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4u26MOz=sqwnyek06ytwq0+h0btpw1t_tjqsuvmc3n...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

