{"name":"bkgnd","info":"A HyperTalk expression that identifies a background by name, number, or id, using one of the following forms:<br><br>\n\n<code><pre>bkgnd id <i>posInteger<\/i>\nbkgnd <i>text<\/i> -- name\nbkgnd <i>posInteger<\/i> -- number\n<i>ordinal<\/i> bkgnd\n<i>position<\/i> bkgnd<\/pre><\/code><br><br>\n\nFor example:<code><pre>\nbkgnd id 3894\nbkgnd \"Index\"\nbkgnd 1\nprev bkgnd\nprevious bkgnd\nnext bkgnd\nthis bkgnd\nfirst bkgnd\nlast bkgnd\nmiddle bkgnd\nany bkgnd\n<\/pre><\/code>\nFrom within a background script, the term <code>me <\/code>refers to that background.<code><pre>\n<\/pre><\/code>\nWhen a background receives a the message <code>[the] target, <\/code>that message is referring to the background.<code><br><br>\n\n<\/code>See also:<code> <i>card<\/i><\/code>"}