Hello nbgedo!
ClearScript does not convert host arrays to VBScript arrays. To retrieve a value from a host array, you have to use a host method. For example:
Cheers!
ClearScript does not convert host arrays to VBScript arrays. To retrieve a value from a host array, you have to use a host method. For example:
engine.Execute(@"
x = arr.GetValue(0)
call arr.SetValue(x, 1)
");