Args.Count (gb)

Static Property Read Count As Integer

Return the number of command line arguments.

Examples

Print "Incoming parameters: "; Args.Count
Incoming parameters: 1

If the application has no parameters, this value is 1. The first parameter is always the name of the application.

See also

Max