Hi again,
Sure, you can do it this way:
Cheers!
Sure, you can do it this way:
engine.AddHostObject("alert", new Action<string>(msg => MessageBox.Show(msg))); engine.Execute("alert('Hello, world!')");