Answered
Script to do a character count?
I was wondering if anyone knows of a script that would cout the number of characters in a text box in an illustrator document?
Thanks so much!
I was wondering if anyone knows of a script that would cout the number of characters in a text box in an illustrator document?
Thanks so much!
This may do you if you selected the box in question… (It includes white space characters as is)…
alert(app.activeDocument.selection[0].contents.length);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.