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.comwww.facebook.com/rbase

