Lingo Dictionary > O-R > paragraph

 

paragraph

Syntax

chunkExpression.paragraph[whichParagraph]
chunkExpression.paragraph[firstParagraph..lastParagraph]

Description

Text cast member property; this chunk expression allows access to different paragraphs within a text cast member.

The paragraph is delimited by a carriage return.

put member("AnimText").paragraph[3]

See also

line...of