mb_open_sub_call

Previous  Next

 

status_t mb_open_sub_call( mb_interpreter_t** s, mb_interpreter_t* pParent, mb_interpreter_t* pCaller )

 


 

Creates and opens a child interpreter that can be called into using RUN or CALL .  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.

 

This function should normally not be used by any host applications

 

Example

 

See Sample Application