Larry, You've saved the day for me again! Mentioning EQNULL is what prompted me to look and see that I had it set to OFF and when I set null ' ', none of my calculations were taken place... Setting EQNULL ON fixed it.
Thanks :) > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence > Lustig > Sent: Thursday, February 17, 2005 4:42 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: Currency when null puzzler > > > Set var vblank currency = null > > Shouldn't they all be $0.00 when set to null? > > No, they should all show NULL (-0- or a blank space, depending on your > setting) > when set to NULL, unless some of them have been set to $0.00. A common > way to > do this is to set them using an expression, even one as simple as SET VAR > vNewVar = .vOldVar, when you have EQNULL set to ON. > -- > Larry
