In message <Jmotc.672$>, Victor Bazarov
<> writes
>Richard Herring wrote:
>> In message <c8le09$1av2$>, Bill Seurer
>><> writes
>>
>>> Michael wrote:
>>>
>>>> Ok how do i implement:
>>>> #define MYCONST 10
>>>> for(int i=0;i<MYCONST;i++,j--)
>>>> {
>>>> }
>>>> that is I want two items in the last part of the for statement.
>>>
>>>
>>> Is the problem you forgot to declare and initialize "j"?
>> No (well, maybe), but as posted there's a missing comma between i++
>>and j--.
>
>Huh?
Sorry, I take it back. This stupid sans-serif font runs the comma
indistinguishably into the j
--
Richard Herring