Username: Password:
Remember me
Forum InDesign Add-ons (Scripts, Scripting, and Plug-ins) Inserting non-text characters
Inserting non-text characters
6:01 amJuly 11, 2011
orielwen
posts 143
I need my script to insert an 'indent to here' character. How can I best complete this line?
tell insertion point 1 of myFrame to set contents to – the 'end nested style here' character
6:45 amJuly 11, 2011
Post edited 6:51 am – July 11, 2011 by orielwen
Of course, I meant 'end nested style' in both places, not 'indent to here'.
And I've figured it out:
tell insertion point 1 of myFrame to set contents to end nested style
Simple, really.