Hi everyone,

just wanted to confirm that the 'error' returned by the original script is expected behaviour.

Whenever you do not assign the return value of a function call or COM-method to a variable, KiXtart tries to evaluate an expression of type string in order to display it on the console. In this particular case, because the expression consists of an IDispatch pointer, KiXtart throws an error because there is no way to convert the pointer to a string (and the pointer apparently has no default property...).

Hope this clarifies/confirms things.

Let me know if you think there is anything else in this thread that indicates some kind of problem in 4.10.

Kind regards,

Ruud