argc

Data Type

Integer, read-only

Description

The argc variable contains the number of arguments that are supplied with the current command. The command name is treated as an argument. Thus, the actual number of user supplied arguments, not including the command name itself, is argc - 1.

There is not a run version of this variable.

Valid Values

A positive integer.

For more information, see the following: