kerr
15 years agoOccasional Contributor
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...
- 15 years ago
Hi Kerr,
The great age to start reading MSDN Library. :)Could you please tell me how to work with arrays in TestComplete using JScript, like I'm 5 years old?
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.