moves the cursor the specified number of characters to the left.
Parameter nCount
the number of characters to move.
Parameter bExpand
specifies if the current selection of the cursor should
be expanded or not.
Returns
true if the command was successfully completed.
false otherwise.
Note: Even if the command was not completed successfully
it may be completed partially. E.g. if it was required to move
5 characters but it is only possible to move 3 false will
be returned and the cursor moves only those 3 characters.
moves the cursor the specified number of characters to the right.
Parameter nCount
the number of characters to move.
Parameter bExpand
specifies if the current selection of the cursor should
be expanded or not.
Returns
true if the command was successfully completed.
false otherwise.
Note: Even if the command was not completed successfully
it may be completed partially. E.g. if it was required to move
5 characters but it is only possible to move 3 false will
be returned and the cursor moves only those 3 characters.