Command Line Arguments

PROCEDURE argc: CARDINAL;
number of command line parameters PROCEDURE argv(index: CARDINAL; VAR arg: ARRAY OF CHAR);
get command line parameters (range 1..argc)


[ Previous Page | Table of Contents | Next Page ]