Forum Discussion

KevinZesi's avatar
KevinZesi
Occasional Contributor
4 years ago
Solved

Array.splice() does not work

Hi everyone, I got a new problem with TestComplete and JavaScript. I want to remove an element in an array at index X and tried to use the splice method as it does exactly what I want to do. My co...
  • KevinZesi's avatar
    4 years ago

    I found the solution / my error and post it here, just in case someone is interested.

     

    As it is stated here, you need to convert TestComplete arrays into native arrays.