Forum Discussion

kerr's avatar
kerr
Occasional Contributor
15 years ago
Solved

Array functions

Hi,  Could you please tell me how to work with arrays in TestComplete using JScript, like I'm 5 years old? I figured that I can initialize a new array like this: aWords = new Array("apple...
  • Dmitry_Nikolaev's avatar
    15 years ago

    Hi Kerr,





    Could you please tell me how to work with arrays in TestComplete using JScript, like I'm 5 years old?
    The great age to start reading MSDN Library. :)





    Here is the MSDN Library section that describes how to work with arrays in JScript: Array Object (Windows Scripting - JScript)





    Please let me know if you cannot find answers to any of your questions.