09-08-2016 08:36 AM
Perhaps the built-in function "Delete From Array" is what you are looking for
09-08-2016 10:04 AM
@NickAshida26 wrote:Is there any other way to extract elements from array besides converting it to cluster then unbundle?
Because I do find it unconvenient if the element of the array is too big and if we were to do some kind of operations on the extracted elements.
This was a very old thread from 2009 and a solution already showed that converting to a cluster is incorrect. Index array is the right way. What is "the element of the array" and how big is it? How big is the array itself?
What is the meaning of "extract"? What kind of operations? None of your sentences make a lot of sense and are very ambiguous.
Please start a new thread and show us your code (or a simplified version) and tell us exactly what you have, what you want to do, and what result you are expecting.