On Wed, 27 Jun 2001, Paul Johnson wrote: > > Is that the reason? I would think --'a' would be z, but that is my own > > internal logic :) > > But ++'z' isn't 'a'. Technically, you can't do ++'z' because you are modifying a constant... but autoincrementing a variable whose value is 'z' will make it 'aa'. -- Brett http://www.chapelperilous.net/btfwk/ ------------------------------------------------------------------------ You will win success in whatever calling you adopt.
- Incrementing Strings Nick Transier
- Re: Incrementing Strings Jeff 'japhy' Pinyan
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Paul Johnson
- Re: Incrementing Strings Brett W. McCoy
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Pierre Smolarek
- Re: Incrementing Strings Brett W. McCoy
- Re: Incrementing Strings Jos Boumans
- Re: Incrementing Strings Chas Owens
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Jeff 'japhy' Pinyan
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Jos Boumans
- Re: Incrementing Strings Paul