You must be logged in to post Login

Search Forums:


 






Inserting non-text characters

UserPost

6:01 am
July 11, 2011


orielwen

Member

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 am
July 11, 2011


orielwen

Member

posts 143

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.