Append an integer, using commas to format the number (so 12345 would be appended as 12,345)
void commaNum(__int64 v, const char * comma = 0);
commaNum Method