$emoticons » History » Revision 2
Revision 1 (Per Amundsen, 01/08/2017 01:02 AM) → Revision 2/4 (Per Amundsen, 01/08/2017 01:03 AM)
_Added in 2.7_ *$emoticons(N|keyword)* Returns the Nth emoticon, or the matching emoticon. *Parameters* N - The Nth emoticon. keyword - The emoticon keyword to match. *Properties* .file - Returns the emoticon filename. .key - Returns the emoticon keyword. *Example* <pre> ; Print number of emoticons. //echo -ag $emoticons(0) ; Print the 5th emoticon. //echo -ag The 5th emoticon keyword is $emoticons(5) $emoticon(5) </pre>