GetStartParametersNum

GetStartParametersNum

Function

The function retruns number of parameter from command line process.

Declaration

INT %GetStartParametersNum()

Parameters

No parameters.

 

Description

The function retruns number of parameter from command line process. Parameters can be accessed by the function %GetStartParametersNr

Example

INT _num TEXT _txt _num := %GetStartParametersNum() FOR _i = 1 TO _num DO_LOOP _txt := %GetStartParametersNr(_i) .. END_LOOP