Sep 1, 2014 #1 pierrotsc Programmer Joined Nov 25, 2007 Messages 358 Location US I have this code I use under XE: result := AddThousandSeparator(S, FormatSettings.ThousandSeparator); That does not work under 2007. What can I do to make it work? Thanks. P
I have this code I use under XE: result := AddThousandSeparator(S, FormatSettings.ThousandSeparator); That does not work under 2007. What can I do to make it work? Thanks. P
Sep 1, 2014 1 #2 majlumbo Programmer Joined Jul 13, 2010 Messages 295 Location US Probably need to replace FormatSettings.ThousandSeparator with SysUtils.ThousandSeparator Upvote 0 Downvote