flagged

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the flagged of <fieldChunk> to {true | false}
Associationsfield
Summary

Underlines the chunk with a red dotted line.

Introduced5.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the flagged of char 1 to 5 of field 1 to true
get the flagged of word 6 of field 1
put "one two three four five six seven eight nine ten eleven" into field 1
set the flagged of word 10 of field 1 to true
if the flagged of word 10 of field 1 is true then
   answer "You have a mistake in your text"
end if
RelatedProperty: styledText, metadata
Description

The flagged property of a field chunk specifies whether it is underlined with a red dotted line.

Tagstext processing