SetCharOffset (NotesRichTextNavigator - LotusScript)
Sets the current position to an offset from the current position.
Defined in
NotesRichTextNavigator
Syntax
Call notesRichTextNavigator .SetCharOffset( offset% )
Parameters
offset%
Integer. The offset which must be positive (you cannot back up).
Example