Question
[AS] Insert "column break" or "frame break"!?
Does anyone know how I can add a column break and a frame break in at the end of some text in a script. I can add a return or a tab but even though "frame break" and "column break" appear to be recognized by apple script as reserved works and not variables or text, they get placed in InDesign as strings. So, I get:
"some textframebreak"
rather than "some text" <<frame break symbol>>
If I try to get the ASCII character of a frame break symbol in an ID doc, it's just ASCII 134, the carriage return character.
What's the secret? Thanks.
"some textframebreak"
rather than "some text" <<frame break symbol>>
If I try to get the ASCII character of a frame break symbol in an ID doc, it's just ASCII 134, the carriage return character.
What's the secret? Thanks.
