mark

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the mark of <card> to {true | false}
Associationscard
Summary

Specifies whether a card has been marked for later access by the sort, go, or print commands.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the mark of card 1 to false
Values
NameTypeDescription
Value

The mark of a card is true or false. By default, the mark property of newly created cards is set to false.

RelatedKeyword: card, marked
Command: select, unmark, find, go, sort, print
Object: card
Glossary: command, property, sort
Description

Use the mark property to select a subset of cards for sorting, printing, or further searching.

The mark property of a card can be used to narrow down the action of several commands. For example, you can use the go command in forms such as go to next marked card. The sort command can be restricted to sorting only marked cards.

You can also use the mark and unmark commands to change a card's mark property.

This property is the equivalent of the "marked" property in HyperCard.

Tagsdatabase