Field numbering problem related to different French/English list separator
From: Stephen Boyd (sboyd_at_nospam-noos.fr)
Date: 06/26/04
- Previous message: Almali del Benian: "Re: list numbers (more of a sad story than a question)"
- Next in thread: Jean-Guy Marcil: "Re: Field numbering problem related to different French/English list separator"
- Reply: Jean-Guy Marcil: "Re: Field numbering problem related to different French/English list separator"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Jun 2004 17:31:02 +0200
I am trying to use field codes to avoid having different odd/even page
headers and footers.
The fields I'm using are
{IF {=MOD({PAGE} , 2 )} = 1 {PAGE}}, which gives the page number on an odd
page and nothing on an even page
and
{IF {=MOD({PAGE} , 2 )} = 0 {PAGE}}, which gives the page number on an even
page and nothing on an odd page
Using Word 97 (English UK version) on computers running Windows NT with
either English or French regional settings.
On the French computers these fields give a syntax error as it seems to want
a semicolon in place of the commas.
Is there any way of writing a field that works on both sets of computer, or
is there some other workaround?
- Previous message: Almali del Benian: "Re: list numbers (more of a sad story than a question)"
- Next in thread: Jean-Guy Marcil: "Re: Field numbering problem related to different French/English list separator"
- Reply: Jean-Guy Marcil: "Re: Field numbering problem related to different French/English list separator"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|