Script Output to a vector
Hello All,
I am new to this community and have a question regarding script output to a vector. I have searched existing discussions and cannot seem to find exactly what I want.
I have a worksheet containing a `list box` of steel sections and wish to output the properties of a selected section into a vector. A `list box` will only allow four outputs and I require seven, hence the vector. So I only have one output, into a vector of seven elements - but I can't for the life of me work out what the line of script should contain to do this. The vector is called `Props` and contains the seven elements.
This is the line I am trying to use -
Outputs(1).Value = Worksheet.getvalue("Matl").GetElement(Sel,5)
My question is, what do I need to add to the line to get it to put the appropriate value into the Props vector?
Many thanks,
Regards Ned

