﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
856	_StringAddThousandsSep() prefixes some #'s with ,	Ascendant		"During testing, this UDF sometimes puts a ',' at the beginning of a number which isn't correct. For example, the below results in -,123,456,789,012,345.67890:

{{{
#include <String.au3>
MsgBox(16,""_StringAddThousandsSep() faulty reult"", _
	""Result of _StringAddThousandsSep('-123456789012345.67890'): ""& _
	_StringAddThousandsSep('-123456789012345.67890'))
}}}

_DebugBugReportEnv() Result:
   Environment = 3.3.0.0 under  WIN_XP/Service Pack 3 X86"	Bug	closed	Future Release	AutoIt	3.3.0.0	None	Completed	_StringAddThousandsSep	
