Shouldn't the function "To vairant" set these attributes automatically from the names of the variables?
When I make an array called "Wavelength" and include tha values 0,1,2 in the array and use "to variant", the result is:
'Wavelength' -> [3]
(0, 1, 2)
When I use "set attribute", name it "Wavelenth" and put in an array with values 0,1,2 I gat
1 Attribute(s):
'Wavelength' -> [3]
(0, 1, 2)
Not a whole lot of difference, if you ask me. The "to variant" function should do this automatically and save programmers a lot of trouble.
Daniel Nilsen Wright