Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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