11-05-2007 10:44 PM
11-06-2007 11:05 AM
Hey LabVIEW,
It looks like you've replace your resultlist with an array of numbers. Shame on you!!!! 🙂 ... seriously though, you should never ever mess with the resultlist in Locals. That is used by the steps to store information during runtime that gets used by the report generation. The error you are seeing is because resultlist is an array of containers and since you changed it to Numbers when the step tries to fill it with a container it sees that it's a number and then throws an error saying Expected Number recieved Container or whatever the error said. Hope that helps some.
Good luck,