{"identifier":41060,"topic":"Commands","name":"mark","text":"<code><pre>mark all cards\nmark <i>card<\/i>\nmark cards where <i>trueOrFalse<\/i>\n<\/pre><\/code>\n<code>mark cards by finding<\/code> <code>\u00ac       [international] <i>text<\/i> <\/code>[<code>in <i>field<\/i><\/code> ] <code><pre>mark cards by finding chars \u00ac\n<\/pre><\/code>\n<code>      [international] <i>text<\/i> <\/code>[<code>in <i>field<\/i><\/code> ] <code><pre>mark cards by finding word \u00ac\n<\/pre><\/code>\n<code>      [international] <i>text<\/i> <\/code>[<code>in <i>field<\/i><\/code> ] <code><pre>mark cards by finding whole \u00ac\n<\/pre><\/code>\n<code>      [international] <i>text<\/i> <\/code>[<code>in <i>field<\/i><\/code> ] <code><pre>mark cards by finding string \u00ac\n<\/pre><\/code>\n<code>      [international] <i>text<\/i> <\/code>[<code>in <i>field<\/i><\/code> ] <br>\n<br>\nThe<code> mark <\/code>command sets the<code> marked <\/code>property of the specified cards to <code>true<\/code>.  You can operate on the set of marked cards with commands such as<code> print<\/code>,<code> go<\/code>,<code> show<\/code>, and<code> sort<\/code>. <br><br>\n\n <code>Mark cards where<\/code> <code> <\/code>evaluates the given expression for every card in the stack. If its value is<code> true,<\/code> the card is marked. <br><br>\n\n <code>Mark cards by finding <\/code>marks cards using the same mechanism as the<code> find <\/code>command. It marks cards very quickly. <br>\n","related":{"21415":null,"17447":null,"37172":"find","38981":"go","76367":"marked","44420":"print","47827":"show","48321":"sort","50277":"unmark"},"examples":"mark all cards\n\nmark card 1\nmark any card\nmark last card of next bkgnd\n\nmark cards where field \"title\" contains \"select\"\nmark cards where (word 2 of field \"Pages\" = 1)\nmark cards where isaCommand() -- a function that returns true or false\n\nmark cards by finding \"Duffy\" in bkgnd field \"Author\"\nmark cards by finding whole \"Cupertino, CA\" in field \"Address\"\nmark cards by finding international \"sch\u00f8\u00e5l\" in field 5","demo":"","debug":{"9":["mark all cards\rmark "],"10":["The mark command set"]}}