Thanks Razzak. I was looking at that but did not think it would work. It was what I needed.
Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Monday, February 18, 2013 4:59 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: changing prices At 05:53 PM 2/18/2013, Jim Belisle wrote: >If I use the GETPROPERTY listprice TEXTVALUE 'vnewprice' I end up with >a text var. > >It needs to be a currency value in order to be saved to that field. > >What function would I use to convert back to a currency? Here's how ... SET VAR vNewPriceCurrency CURRENCY = (FLOAT(.vNewPrice)) That's all there is to it! Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase

