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