mark | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | card | ||||||
Summary | Specifies whether a card has been marked for later access by the sort, go, or print commands. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | database |