base.Application.getArgumentCount

Returns the total number of command line arguments.

Syntax

base.Application.getArgumentCount()
  RETURNING result INTEGER

Usage

Returns the total number of command line arguments, can be used to scan the argument values with base.Application.getArgument().