IARGC - get number of command line arguments.

Usage:

function iargc : integer; extern;
...
i := iargc;

Description:

IARGC simply returns the number of arguments supplied on the command line that invoked the Pascal program. This number includes the command name, and will be zero if not even the command name was supplied.

See Also:

expl pascal lib getarg

Copyright © 1996, Thinkage Ltd.