For the complete documentation index, see llms.txt. This page is also available as Markdown.

exec_idc

Compile and execute IDC statement(s)
     input  - IDC statement(s)
returns: 1 - ok, otherwise throws an exception
Thread-safe function.

long exec_idc(string input);

Last updated

Was this helpful?