
Text wave Issue
Function Example()
Variable i
Make/T/O w1= {"a","b","c"}
Make/T/O w2
For (i=0; i<numPnts(w1); i+=1)
w2[i] = w1[i]
EndFor
End
And this work exactly how I would have expected it to. Any suggestions?
Function Example()
Variable i
Make/T/O w1= {"a","b","c"}
Make/T/O w2
For (i=0; i<numPnts(w1); i+=1)
w2[i] = w1[i]
EndFor
End
And this work exactly how I would have expected it to. Any suggestions?
June 27, 2018 at 06:47 am - Permalink
Stats_StatusFlag[FirstPoint + i] = Load_Stats_StatusFlag0[i]
These two waves are both text waves. Also, I am using Igor Pro 6.3.7.2.
June 27, 2018 at 07:01 am - Permalink
June 27, 2018 at 07:14 am - Permalink
June 27, 2018 at 07:29 am - Permalink