I've found a couple of bugs in the VB script component (and presumably also the C# one) to do with the input and output manager. Namely:
- Changing the names of parameters within the Input/Output manager doesn't seem to work - Adding new input parameters will set the 'List' property of all existing parameters to false - Removing output parameters will cause the solution to fail every time it is run with the message: "Output parameter Index [6] too high or too low for Component DotNET VB Script". The last method in the call stack is EH_StructureIterator.SetDataList() in D:\dev\rhino\Labs \Grasshopper\EH_StructureIterator.vb line 883. Thought I'd post it here for David's benefit and as a warning to everybody else to be careful when using them.
