Args (gb)

This class is an array containing the arguments passed to the program by the shell.

Diese Klasse ist statisch.

Diese Klasse wirkt wie ein nur lesbar statisches Array.

Mit dem FOR EACH-Schlüsselwort ist diese Klasse statisch aufzähmend.

Statische Eigenschaften
All   Return a copy of the process arguments as a string array.
Count   Return the number of command line arguments.
Max   Returns Args.Count - 1

Statische Methoden
Copy   Return a copy of the argument list as a string array.

A much more sophisticated command line argument handler is provided by the gb.args component.