Forum Discussion

m0sk1t's avatar
m0sk1t
New Contributor
11 years ago
Solved

FindAll and FindAllChildren doesn't work.

Hi! I'm using TestComplete v7.52.678.5 on MS Windows 7 Business 64-bit SP1. I'm trying to execute this code example from official JScript help: function test() {   // Specify the sou...
  • TanyaYatskovska's avatar
    11 years ago

    Hi,


     


    The implementation of arrays in JScript requires the following conversion:




    //...


    var frames = StartObject.FindAllChildren(prors, vals, 3, true);


    frames = VBArray(frames).toArray();