{"identifier":53775,"topic":"Functions","name":"clickText","text":"<code><pre>the clickText\n<\/pre><\/code>\nValue returned: text string equal to the word the user clicked  or the longest contiguous string of characters with the text style Group around the character that the user clicked <br><br>\n\n The text style Group allows<code> the clickText <\/code>to extend beyond word boundaries. <br>\n","related":{"34776":null,"24266":null,"32809":null,"47827":"show","86415":"textStyle"},"examples":"put the clickText into theTextClicked\n\nget the clickText\nif it is not empty then go card it","demo":"on clickDemo\n   toggleActiveText true -- make sure grouped text is visible\n   answer \"Click any text in the Demo Script.\" & return & \u00ac\n   \"Click text with the gray underline (grouped text) to get phrases.\"\n   wait until the mouseClick\n   get the clickText\n   select the clickChunk\n   wait 1 second\n   answer \"The text that you clicked was  \u201c\" & it & \"\u201d.\"\n end clickDemo\n <br><br>\n\n ","debug":{"9":["the clickText\r\rValue"]}}