mb_set_option_flags

Previous  Next

 

status_t mb_set_option_flags( mb_interpreter_t* s, WORD wOptionFlags )

 


 

Sets the current interpreter option flags.  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.