{"identifier":63264,"topic":"Functions","name":"selectedChunk","text":"<code><pre>the selectedChunk\n<\/pre><\/code> Value returned: a character chunk expression that indicates the range of characters currently highlighted <br><br>\n\n If nothing is highlighted, <code>the selectedChunk <\/code>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","56033":"foundChunk","47006":"select"},"examples":"","demo":"on selectedChunkDemo\n    select text of field \"Title\"\n    wait 15\n    answer \"The selectedChunk is:\" & return & the selectedChunk\n  end selectedChunkDemo\n ","debug":{"9":["the selectedChunk\r\rV"]}}