NOTE: This function has not been implemented yet, but will be soon. The selectedChunk function returns a chunk expression describing the location of the selected text or the insertion point in a tile or background field. For selected text, it is in the form of the first character selected to last character selected of the field containing the selected text; for example, char 7 to 15 of tile field 3. If no text is selected, but the insertion point is in a field, selectedChunk returns the number of the character on either side of the insertion point in reverse order with the highest number first. For example, if the insertion point is located between characters 9 and 10 in tile field 2, selectedChunk returns char 10 to 9 of tile field 2. If nothing is selected and the insertion point is not in a field, it returns empty.