I'm trying to add line numbers by applying paragraph numbering to selected text (which I call "myText"), then converting numbers to text (then later I'll use GREP to remove the period and shift them to the right).
I'm new to scripting, and wonder why the following doesn't work:
myText.bulletsAndNumberingListType=1280601709;
myText.convertBulletsAndNumberingToText();
The first line seems to add the numbering as I'd like, but the second line just makes them disappear again!
Thanks for any help you can give -- Jeremy