in reply to Whats with the autoincrementation of a string
0..9 => 0 + carry|1 i.e 10 A..Z => A + carry|A i.e. AA a..z => a + carry|a i.e aa
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Whats with the autoincrementation of a string
by bingalee (Acolyte) on Jun 18, 2013 at 20:03 UTC | |
by choroba (Cardinal) on Jun 18, 2013 at 20:06 UTC | |
by bingalee (Acolyte) on Jun 18, 2013 at 21:19 UTC | |
by space_monk (Chaplain) on Jun 19, 2013 at 05:52 UTC | |
by bingalee (Acolyte) on Jun 19, 2013 at 21:34 UTC | |
|