mb_get_option_flags

Previous  Next

 

WORD mb_get_option_flags( mb_interpreter_t* s )

 


 

Returns the current interpreter option flags as a 16bit unsigned short.  The flags can be one or more of:

 

_OF_NONE                    0x0000

_OF_REDIM                   0x0001

_OF_FORMAT                  0x0002

_OF_WINPUMP                 0x0004

_OF_LIBTOP                  0x0008

_OF_TRACE                   0x0010

_OF_INPUTER2                0x0020

_OF_PRINTER2                0x0040

_OF_CHECKKEY2               0x0080

_OF_NOCOPYHANDLERS          0x0100

 

These flags are defined in MyBASIC2_int.h and should be used with great care.