Method XbpMLE():pos() Foundation
Determines the current position of the cursor in the edit buffer.
:pos() --> nCurrentPos
This method returns a numeric value indicating the position of the cursor within the edit buffer.
The :pos() method determines the position of the cursor within the edit buffer. If the edit window is in "Insert" mode, the position of the character immediately to the right of the cursor is returned. If the XbpMLE object is in "Overstrike" mode, this method returns the position of the character where the cursor is located.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.