{"identifier":56033,"topic":"Functions","name":"foundChunk","text":"<code><pre>the foundChunk\n<\/pre><\/code>\nValue returned: a character chunk expression that indicates where the most recent<code> find <\/code>command located its target string. If nothing was found, it returns<code> empty<\/code>. The chunk expression returned has the following form: <br><br>\n\n <code>char<\/code> <i><code>posInteger<\/i> to <i>posInteger<\/i> \u00ac     of <i>container<\/i><\/code> <br>\n","related":{"24266":null,"32809":null,"52836":"clickChunk","37172":"find","63264":"selectedChunk"},"examples":"find \"Maria\"\nput the foundChunk\n\n--Using foundChunk to find and highlight a string:\nfind string userName in field \"names\"\nselect the foundChunk","demo":"on foundChunkDemo\n   find \"foundChunkDemo\" in field \"Demo Script\"\n   get the <b>foundChunk<\/b> -- before select removes it\n   wait 1 second\n   select it\n   answer \"The foundChunk is:\" & return & it\n end foundChunkDemo\n ","debug":{"9":["the foundChunk\r\rValu"]}}