Hi,

when I call:

pFunction = engine_getscript("myFunction");
pFunction();

everything works fine, but when I do something like that:

STRING* funcName = "myFunction";
...
pFunction = engine_getscript(funcName);
pFunction();

the engine crashes :-(

Any ideas ???

Regards,
Pegamode.