Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Thanks (and a clarification)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Thanks (and a clarification)
Authored by: ret on Aug 28, '02 07:35:08PM
I was irked when I saw that addresses weren't being formatted correctly for those of us in the Antipodes. Thanks for getting to the bottom of the problem. For what it's worth, copying the Canada settings are still not quite right, since we call our states "States", not "Provinces" and our Post Codes are not Postal Codes. So the entry should look like this:
    au = {
        COUNTRY = Australia;
        FORMAT = "Street\\nCity State ZIP\\nCountry";
        City = City;
        Country = Country;
        State = State;   
        Street = Street;
        ZIP = PostCode;  
    };
cheers RET

[ Reply to This | # ]
Backslash-itis
Authored by: ret on Aug 28, '02 07:39:19PM

Grrr.... only a single backslash required for the backslash-n delimiters in that string.

cheers
RET



[ Reply to This | # ]