Platform |
x64, Win32, .NET |
Purpose |
To get the number of command line arguments. |
Syntax |
INTEGER FUNCTION COMMAND_ARGUMENT_COUNT( ) |
Return value |
Returns the number of arguments on the command line. The command name is not included in the count. |
Notes |
This is an F2003 standard intrinsic. |