Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
mark all cards
mark card
mark cards where trueOrFalse
mark cards by finding
¬ [international] text
[in field
] mark cards by finding chars ¬
[international] text
[in field
] mark cards by finding word ¬
[international] text
[in field
] mark cards by finding whole ¬
[international] text
[in field
] mark cards by finding string ¬
[international] text
[in field
] 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. mark all cards
mark card 1
mark any card
mark last card of next bkgnd
mark cards where field "title" contains "select"
mark cards where (word 2 of field "Pages" = 1)
mark cards where isaCommand() -- a function that returns true or false
mark cards by finding "Duffy" in bkgnd field "Author"
mark cards by finding whole "Cupertino, CA" in field "Address"
mark cards by finding international "schøål" in field 5
recent card
back
forth
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 posIntegercard id 3894
card "Index"
card 1 of background 1
prev card
previous card of this background
next card
this card
first card
last card
middle card
any card
first marked card
last marked card
next marked card
previous marked card
marked card 1
marked card (the number of marked cards)
When used inside a card script in HyperTalk:me
When a card receives a message:[the] target
See also: button
and field
true
or false
. true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"
"Hello"
"The sum is:" && 3
card field 1
line 1 of bg fld "Address"
the Message box
the selection
myVar -- a variable
See also: background, bkgnd, button, card, field,
menu
, menuItem, and stack
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
]card field id 3894
card field "My Notes"
card field 1
first card field
background field 3 of card 1
When used inside a field script in HyperTalk:me
When a field receives a message:[the] target
Commands
Version 0.7b1 (March 24, 2022)