07-10-2006 05:40 PM
07-11-2006 09:36 AM
Hey Jo-Jo,
It appears that you have an incorrect Locals.ResultList variable. You have it defined as a numeric data type and it should ALWAYS be an array. By default, whenever a new sequence file is created, Locals.ResultList is generated and is defined as an array data type. To fix your problem
1) First make sure that your files are not read-only. The zip file I downloaded was read only so I couldn't copy and paste any variables. So if you folder is, right-click on your folder, select Properties and then check the Read-Only state.
2) Delete the ResultList local variable defined in your sequence file
3) Create a new sequence file, copy the ResultList array from the Locals tab
4) Paste the copied ResultList array into your Locals tab in your sequence file.
This should fix your problem.
Best Regards,
07-11-2006 11:54 AM