{"name":"card","info":"An expression that identifies a card by name, number, or id using one of the following forms (in AppleScript, use \u201cbackground\u201d in place of \u201cbkgnd\u201d):<br><br>\n\n<code><pre>recent card\nback\nforth\n<\/pre><\/code>\n<code>card id <i>posInteger<\/i><\/code> [<code>of <i>bkgnd<\/i><\/code> ]<code>card <i>text<\/i> <\/code>[<code>of <i>bkgnd<\/i><\/code> ]<code> -- namecard <i>posInteger<\/i> <\/code>[<code>of <i>bkgnd<\/i><\/code> ]<code> -- number<i>ordinal<\/i> card <\/code>[<code>of <i>bkgnd<\/i><\/code> ]<code><i>position<\/i> card <\/code>[<code>of <i>bkgnd<\/i><\/code> ]<br><br>\n\n<i><code>ordinal<\/i> marked card<i>position<\/i> marked cardmarked card <i>posInteger<\/i><\/code><br><br>\n\nFor example:<br><br>\n\n<code><pre>card id 3894\ncard \"Index\"\ncard 1 of background 1\nprev card\nprevious card of this background\nnext card\nthis card\nfirst card\nlast card\nmiddle card\nany card\nfirst marked card\nlast marked card\nnext marked card\nprevious marked card\nmarked card 1\nmarked card (the number of marked cards)\n<\/pre><\/code>\nWhen used inside a card script in HyperTalk:<code><pre>me\n<\/pre><\/code>\nWhen a card receives a message:<code><pre>[the] target\n<\/pre><\/code>See also:<code> <i>button<\/i><\/code> <code> <\/code>and<code> <i>field<\/i><\/code>"}