Home > comp > gb > .applicationargs > count 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
.ApplicationArgs.Count (gb)
Syntax
STATIC PROPERTY READ Count AS Integer
Returns 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.