RE: Dollar Format

2007-02-12 Thread Jeff Honken
Mark, That worked great. Thanks, Jeff -Original Message- From: Mark Smith [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 9:59 AM To: How to use Revolution Subject: Re: Dollar Format Jeff, try the format function put format("%1.2f",NBalance) into NBa

Re: Dollar Format

2007-02-12 Thread Mark Smith
Jeff, try the format function put format("%1.2f",NBalance) into NBalance The numberFormat is a system property, and you can't set it for one variable. It persists (I think) until the current handler finishes. In any case, it simply limits the decimal places, and will not put the trailing z

Re: Dollar Format

2007-02-12 Thread Derek Bump
Jeff, The "numberFormat" is actually a global setting, so you would set it and perform your script as such: set the numberFormat to "#.00" put pBalance - (iDPayment + DSUM) into NBalance Let us know if that doesn't help. Derek Bump Dreamscape Software http://www.dreamscapesoftware.c