splice in RC4

Hello,

I have this code

ArrayResult.splice(i, 1);

which worked fine and now causes an error (indexoutofbounds). Regarding to my JavaScript documentation, splice can be used as

splice(index, howMany, [element1][, …, elementN])

where [element] is optional. If no third parameter is used, the element should simply be removed. This seems broken, now. If I provide a third parameter, there is no error.

Thanks
Patrick

Oops! More info: This happens only if the one of the Arrays was created using dataset.getColumnAsArray. If I manually construct the array, I have no problem!

This should have been fixed in Servoy 2.2rc4, did you work with 2.2rc3 when you posted this?

I am not 100% sure. Usually I use the latest releases, for repository issues I had to use RC3 once in a while. I will test this again…