Introduction to Ninox script
The following pages provide an introduction to writing scripts with Ninox
The Ninox script language (also "NX script language" or "NX script") is designed to automate simple, repetitive operations, as well as complex work sequences, to provide optimal support for your workflows.
We don't distinguish between functions and procedures in the following.
A function returns a specific result based on values of parameters.
A procedure executes a series of successive individual actions.
Ready? Let's go...
Last updated