0 Replies Latest reply: Oct 25, 2008 10:59 AM by Jeremy bowmangraphics-DQuh1B RSS

    [JS,CS3,CS4] Converting Paragraph numbering to text

    Jeremy bowmangraphics-DQuh1B Community Member
      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