getMoreArgumentCount()
Returns the number of command line arguments left to be processed after the known options.
Syntax
Getopt.getMoreArgumentCount( )
RETURNS INTEGER
Usage
This is a method for the Getopt
type, that returns the number of command line arguments left to
process, after all possible options defined in the Getopt
object have been
detected.
For more details see getMoreArgument()
.