D
Darren Parr
Guest
OK. Ive managed to settle on the following. I hope someone else sees this in the future if they come across the same problem. .net is the answer. It returns a value I can at least test for. cDecimalSep = System.Threading.Thread:CurrentThread:CurrentCulture:NumberFormat:NumberDecimalSeparator. cNumberSep = System.Threading.Thread:CurrentThread:CurrentCulture:NumberFormat:NumberGroupSeparator. SESSION:SET-NUMERIC-FORMAT(IF ASC(cNumberSep) = 49824 THEN " " ELSE cNumberSep,cDecimalSep) NO-ERROR.
Continue reading...
Continue reading...