Macros

Previous  Next

 

A number of C/C++ macros have been defined in MyBASIC2.h to help implement scripting in your application.  The all use the exported MyBASIC2 function to implement parsing and verification of function parameters.  For more advanced topics, please see the Functions reference section.

 

Please Note; In order to use these macros, you need to define _MB2_PARSE_MACROS before including MyBASIC2.h

 

Example

 

#define _MB2_PARSE_MACROS

#include "MyBASIC2.h"