Avatar

Level 10

There are syntax errors in your scripting object. If you open the form in Designer, click on the scripting object in question and click the book with the checkmark icon beside the function icon. This will do a syntax check and will highlight the 1st error it comes across. There were about 5 errors in the file.

To answer your other question, there is no limit set by the software to the size of an array but there are physical memory limitations that will kick in. With such a large array you might run into performance issues.

Paul