paragraph

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
paragraph
Summary

Designates a string as part of a chunk expression, delimited by either a return character or the Unicode paragraph separator (0x2029).

Introduced7.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
local tText
put paragraph 1 of tText
local tText
get the last paragraph of tText
RelatedKeyword: character, item, line, paragraphs, segment, sentence, token, trueWord, word
Function: paragraphOffset
Description

Use the paragraph keyword to refer to one or more paragraphs in a container.

A paragraph is a chunk delimited by either a return character or the Unicode paragraph separator (0x2029).

Note: The paragraph chunk is identical to the line chunk, except that it is also delimited by the paragraph separator character. This reflects the paragraph breaking exhibited by LiveCode fields.

Tagstext processing