search for: thearray

Displaying 1 result from an estimated 1 matches for "thearray".

Did you mean: t_array
2009 Oct 28
2
Can I write Nothing to a variable?
...ong that axis for all coordinate pairs on the other two axes of the array. So, I'd hoped to define three variables sort of like A1 = 'i' A2 = 'j' A3 = {nothing} then a loop over i and j around a command something like (not the real code, but you get the idea): > sum(thearray[get(A1),get(A2),get(A3)]) which in my optimistic mind would turn into "sum(thearray[i,j,])" . The problem is that I don't see any way to have nothing whatsoever in the selected index. A value of A3='' gets interpreted as a 'blank' name or some such. I solved the...