Include Files |
The MaxA Include files contains functions, constants and variables used to create and analysis. The files can be located by using the "MyBASIC2_Inc" OS environment variable. For example, to include MaxA_Common use
$INCLUDE "MaxA_Common"
You should avoid using file extension so the system will pick the correct file automatically.
|