A command is a user-defined statement that calls a procedure. You can create commands that call DLL procedures, access these commands from ATEasy's Insert menu, and insert them in test or procedure code.
For example, if you've inserted User32.dll and declared the IsCharAlpha procedure in an ATEasy application, you can attach IsCharAlpha to a Program command so that it is available from the ATEasy Insert menu.
In the illustration above, the IsCharAlpha procedure has been attached to a user-defined command called CheckAlphabetical. This command is now available from the Insert Program Command menu.
See Overview of Commands for more information.