Forum Discussion

jeeejay's avatar
jeeejay
Contributor
13 years ago

Order of Project Variables

Hello, I have several Project Variables defined in my TestComplete project. Towards the end of my script, I have this for loop: for(i=0;i<Project["Variables"]["VariableCount"];i++) { ...