STATIC PROPERTY READ Count AS IntegerReturns the number of command line arguments.
If you type... | You get... |
---|---|
PRINT "Incoming parameters: " & Application.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. |