Args (gb)

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

This class is static.

This class acts like a read-only static array.

This class is statically enumerable with the FOR EACH keyword.

Static properties
All  
Since 3.6
Return a copy of the process arguments as a string array.
Count   Return the number of command line arguments.
Max  
Since 3.6
Returns Args.Count - 1

Static methods
Copy  
Since 3.17
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.