Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. mark
mark cards by finding ¬ [international] text [in field ]
[international] text [in field ]
[international] text [in field ]
[international] text [in field ]
[international] text [in field ] The mark command sets the marked property of the specified cards to true . You can operate on the set of marked cards with commands such as print , go , show , and sort . Mark cards where evaluates the given expression for every card in the stack. If its value is true, the card is marked. Mark cards by finding marks cards using the same mechanism as the find command. It marks cards very quickly. Examples
PlaceholderscardAn expression that identifies a card by name, number, or id using one of the following forms (in AppleScript, use “background” in place of “bkgnd”):
card id posInteger [of bkgnd ]card text [of bkgnd ] -- namecard posInteger [of bkgnd ] -- numberordinal card [of bkgnd ]position card [of bkgnd ]ordinal marked cardposition marked cardmarked card posIntegerFor example:
When used inside a card script in HyperTalk:
When a card receives a message: See also: button and field trueOrFalse Any expression that evaluates to the HyperTalk and AppleScript constants true or false . For example: text An expression that evaluates to a text string. A text expression can be a literal string surrounded by quotation marks or the value of a container. For example:
See also: background, bkgnd, button, card, field, menu , menuItem, and stack field An expression that identifies a field by name, number, or id using one of the following forms (in AppleScript, use “background” in place of “bkgnd”): card field id posInteger [of card ]card field text [of card ] -- namecard field posInteger [of card ]ordinal card field [of card ] [bkgnd ] field id posInteger [of card ] [bkgnd ] field text [of card ] -- name [bkgnd ] field posInteger [of card ]ordinal [bkgnd ] field [of card ]For example:
When used inside a field script in HyperTalk:
When a field receives a message:[the] target A field can also be referred to as a part when you’re talking about its position among all buttons and fields within the same card or background. Related Topics
|
Version 0.7b1 (March 24, 2022)