$("someWave")[1]=5 not working
mGill
I created someWave. $("someWave")[1]=5 works in command window but not if I put that exact line into a function. I don't know how many waves I'll have and I need to access them one after the other about a million times. So that would really simplify things. Any ideas why it doesn't work?
-Max
Assuming your wave is in the current data folder:
someWave[1] = 5
For details, execute this in Igor:
July 6, 2010 at 11:46 pm - Permalink
July 8, 2010 at 12:12 pm - Permalink