[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
function ParamCount: Integer; |
`ParamCount' returns the number of command-line arguments given to the program. `ParamCount' returns 0 if no arguments have been given to the program; the name of the program as an implicit argument is not counted.
`ParamCount' is a Borland Pascal extension.
program ParamCountDemo; |
section 9.192 ParamStr.