SelectParagraph

Syntax:

textObject.SelectParagraph( Index )

Parameter:

Index – the number of the paragraph to select. This index is zero based, so the first paragraph is 0, the second is 1, etc. If the paragraph specifed fores not exist the current selection is not changed.

Remarks:

This function will select a specified paragraph in a Text object.

image\Script_Button.jpgExamples