INT %GetStartParametersNum()
The function retruns number of parameter from command line process. Parameters can be accessed by the function %GetStartParametersNr
INT _num TEXT _txt _num := %GetStartParametersNum() FOR _i = 1 TO _num DO_LOOP _txt := %GetStartParametersNr(_i) .. END_LOOP
Related pages:
ESL extended functionsFunction arguments - types
0 komentárov