- Nov
- 344
- 10
I've been fooling around with the @unique[] function, and I've noticed something about the random infix it uses:
It's fairly obvious that in both "short" names, a '0' was meant to be there but was chopped off while the number was being treated as a number.
This isn't a high priority thing, but I think it'd be more convenient to ensure the generated file names always have a known length, to ease up processes that may want to use many on-the-fly created files.
This happens in the same manner in all TCC versions I've tested (which I expected, as this probably hasn't been touched in a long time).
It's fairly obvious that in both "short" names, a '0' was meant to be there but was chopped off while the number was being treated as a number.
This isn't a high priority thing, but I think it'd be more convenient to ensure the generated file names always have a known length, to ease up processes that may want to use many on-the-fly created files.
This happens in the same manner in all TCC versions I've tested (which I expected, as this probably hasn't been touched in a long time).