@Philippe – yes. I suppose you mean the value of the number.
Select some text of a single paragraph and run this snippet:
alert(app.selection[0].paragraphs[0].numberingResultNumber);
numberingResultNumber will return a Number, not a String.
Uwe
@Philippe – yes. I suppose you mean the value of the number.
Select some text of a single paragraph and run this snippet:
alert(app.selection[0].paragraphs[0].numberingResultNumber);
numberingResultNumber will return a Number, not a String.
Uwe