05-22-2008 02:50 PM
05-22-2008 03:13 PM
05-22-2008 03:19 PM - edited 05-22-2008 03:20 PM
05-22-2008 03:53 PM - edited 05-22-2008 03:55 PM
Hi zhao.lin,
here is another version.
Mike
05-22-2008 04:24 PM
More natural would be "array subset". 😄
GerdW wrote:
"chop off" can be done by splitting the array or by using "delete array element(s)"...
05-22-2008 04:43 PM - edited 05-22-2008 04:44 PM

05-22-2008 04:48 PM - edited 05-22-2008 04:50 PM
zhao.lin wrote: First, I have a 1 D array coming in. In the coming 1 D array, it contains some zeros and I do not when it will occur( I dont know which index number it is). I am wandering is there a way to delete those zeros from the incoming array.
zhao.lin wrote: My second question is how I can "chop off" a 1 D array once its element reach 100. (ie. I want to a 1 D array that contains 100 numbers).
05-22-2008 06:52 PM - edited 05-22-2008 06:55 PM