FORMULA LANGUAGE


EditDown @Command
Example

Moves the insertion point in a document down by the number of lines you specify. If you don't specify a number, moves the insertion point down one line.

Syntax

@Command( [EditDown] )

or

@Command( [EditDown] ; count )

Parameters

count


Usage
This command does not work on the Web.

Language cross-reference

GoToNextField method of LotusScript NotesUIDocument class

Example
See Also