On Wed Mar 27 18:50:48 2024 +0000, Elizabeth Figura wrote:
Ah, fair enough. I figured there might be a reason it'd need to be alphanumeric. The second part does look unintended though; don't we want Z0000... to be followed by 01000...?
To be fair I guess it'd only matter if we exceed 420 names, but that's not *that* large of a limit. Plus, if all we care about is uniqueness, we could do something much easier and just have e.g. sprintf(name, "%10u", counter++);