Purpose: writes in the output file (input for your plugin) the current position (the absolute position of the cursor) in the logged file. The number is a long integer (decimal format).
Syntax:
Position = [option]
Where option may be one of the following:
yes = writes the current position
no (default) = doesnÆt write the current position
This command allows you to perform actions that have to do with the current cursor position without requiring a selection. Thus your plugin can be more flexible. You asked for it, here it is!