akoo wrote:
format.number = USD{0,number,##0.00}
Is it possible to specify characters outside of the format string like that? It's not how you've formatted the money type:
format.money = {0,number,\u00A4##0.00}
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

