ryleighmoore I tried using that but I was unable to get it to work. I might relook at it though... Log in or register to post comments July 29, 2015 at 02:49 pm - Permalink
aclight Assuming that your wave is numeric, something like this: •make/n=6 test = p •test[6] = {9} •print test test[0]= {0,1,2,3,4,5,9} You can also use InsertPoints to insert one or more points at an arbitrary index of the wave. Log in or register to post comments July 29, 2015 at 03:15 pm - Permalink
HJDrescher You might also want to have a look on redimension DisplayHelpTopic "ReDimension" HJ PS: I would recommend to post questions like these in the "General" forum :-) Log in or register to post comments July 30, 2015 at 09:15 am - Permalink
ryleighmoore Thanks so much everyone. I appreciate the help. :) Log in or register to post comments July 30, 2015 at 09:02 am - Permalink
Concatenate
?July 29, 2015 at 02:18 pm - Permalink
July 29, 2015 at 02:49 pm - Permalink
•test[6] = {9}
•print test
test[0]= {0,1,2,3,4,5,9}
You can also use InsertPoints to insert one or more points at an arbitrary index of the wave.
July 29, 2015 at 03:15 pm - Permalink
DisplayHelpTopic "ReDimension"
HJ
PS: I would recommend to post questions like these in the "General" forum :-)
July 30, 2015 at 09:15 am - Permalink
July 30, 2015 at 09:02 am - Permalink