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