09-02-2008 08:11 AM
i have a 1d array,let say it gos from 0-1000, i want to take out the portion of 200-600,
my qstn is, how do i specify the starting pt and length?
09-02-2008 08:16 AM
Use the "Array Subset" function.
09-02-2008 08:47 AM
Use "Array Subset" to get at that part of the array; use "Delete From Array" to remove that part and return a modified array.
Jm
09-03-2008 12:56 PM
retroscience wrote:i have a 1d array,let say it gos from 0-1000, i want to take out the portion of 200-600,
"take out" can mean many things, so you should be a bit more clear.
Please clarify what you want. 🙂