Declaration:
void _GetWord(char dest[]);
Description
Copies the word under the cursor to the dest array. If there is no word under the cursor, then the first element of dest will be 0.