compile_idc_text

Compile IDC script text.
The input should not contain functions that are
currently executing - otherwise the behaviour of the replaced
functions is undefined.
     idc_text - text to compile
returns: 0 - ok, otherwise it returns an error message.
Thread-safe function.

string compile_idc_text(string idc_text);

Last updated