... I'll let Yann address your other questions. > Finally what format string produces the following humanized number? > 123,456,789
Following the updated spec this would be: strtofnum(buf, len, "%t13.0N", 123456789); I'll add this as an example... - Eric
