The function returns the required start parameter of the process from its command line.
TEXT %GetStartParametersNr( INT in nr )
The number of the required start parameter
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
Pridať komentár
Pridať komentár