Xref: news2.mv.net comp.os.msdos.djgpp:4995 From: jrubin AT bix DOT com (jrubin) Newsgroups: comp.os.msdos.djgpp Subject: Re: Is post-increment a pre-increment? Date: 14 Jun 1996 10:55:10 GMT Organization: BIX Lines: 7 Message-ID: <4prgee$hlu@news2.delphi.com> References: NNTP-Posting-Host: bix.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I bet that CharWidth is a macro. Right? It probably has an expansion that uses the argument twice. If this is what happened, it will teach you not to use macros with side-effecting args. (and if I am wrong, you can flame me) J rubin