In Adobe scripting: How to get padded numbers (leading zeroes)?
In Adobe Photoshop scripting: How to get padded numbers (leading zeroes)?
I have tried these two solutions and neither work...
INDEX = util.printf("%04d", INDEX);
INDEX = "%04d".sprintf(INDEX);
Is there any way to make numbers with leading zeroes with Adobe javascript...?
Thanks for any help,
Rich
