Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
set [the] marked of card to trueOrFalse
The marked
property returns or sets whether a card is marked. It corresponds to the Card Marked check box in a Card Info dialog box.
You can operate on the set of marked cards with commands such as print
, go
, show
, and sort
.
An expression that identifies a card by name, number, or id using one of the following forms (in AppleScript, use “background” in place of “bkgnd”):
For example:
When used inside a card script in HyperTalk: me
When a card receives a message: [the] target
See also: button
and field
Any expression that evaluates to the HyperTalk and AppleScript constants true
or false
.
For example: