<<
Since you're using static text anyway, how about 
(SKEEP(CurrencyString,'1234567890.-')) (string keep):
>>

Won't that have the same effect of leaving the last two cents digit on the 
number, but removing the decimal point?

I'd have to do:

SGET(SKEEP(CurrString, '1234567890'), SLEN(CurrString) -2, 1))

or something like that.
--
Larry

Reply via email to