increasing string size through loop

Posted by calccrypto on Stack Overflow See other posts from Stack Overflow or by calccrypto
Published on 2010-05-14T23:31:15Z Indexed on 2010/05/14 23:34 UTC
Read the original article Hit count: 246

what's a simple way to increase the length of a string given an arbitrary integer x? like 'a' goes to 'z' and then goes to 'aa' to 'zz' to 'aaa', etc.

© Stack Overflow or respective owner

Related posts about string

Related posts about string-manipulation