This code
 Format(1234567.123, "#,###.##")
displays "1,234567.12"

Shouldn't it be "1234,567.12"?

And this code
 Format(1234567.123, "####,###.##")
displays "1,234,567.12"

Shouldn't it be "1234,567.12"?

Tested on Windows with RB 2005r4 and 2007r1

Carlos
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to