Using @Commands

An @command executes a Domino® command. All of the standard menu commands can be executed using @commands. In addition, a number of specialized commands are available.

Syntax

@Command( [ commandName ] ; parameters )

Parameters

[ commandName ]

The name of the @command you want to perform.

parameters

Zero, one, or more parameters, depending on the @command you're calling. Separate parameters with semicolons.

Return value

Number.

  • 1 if the @command executes successfully
  • 0 if the @command does not execute successfully