FORMULA LANGUAGE
Moves the insertion point in a document to the right by the number of spaces you specify. If you don't specify a number, moves the insertion point one space to the right.
Syntax
@Command( [EditRight] ; count )
Parameters
count
If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.
Language cross-reference
GoToNextField method of LotusScript NotesUIDocument class
Example See Also