Hello, I do not get the thousand separator whit the «format$» function, some examples: PRINT Format$(1000000, "$$,#.00") => EUR 1 000 000,00 PRINT Format$(1000000, "$,#.00") => € 1 000 000,00 PRINT Format$(1000000, ",#.00") => 1000000,00 What I'm doing wrong? These tests are done in a Ubuntu Gutsy (7.10) with «ca_ES.UTF-8» locale Regards, Epíleg.