mb_open_sub

Previous  Next

 

status_t mb_open_sub( mb_interpreter_t** s, mb_interpreter_t* pParent )

 


 

Creates and opens a child interpreter.  Once opened, you can load a file or script into the interpreter for parsing and then run the script.  The interpreter sctructure should not under any circumstances be modified directly by the host application.  Always use API functions to access the interpreter.

 

Example

 

See Sample Application