> I want to programatically change the "cluster size" value in the
> Array-to-Cluster function (when you right click and select
> Cluster Size..). I have a cluster that I convert to an array, do
> some number manipulation, and change back to a cluster. The
> problem is I can't seem to find a way to automatically make the
> number of elements in the cluster the same number as the array it
> was just converted from
>
> Eric Scott

What type of number manipulation are we talking about here? Many of the LV
primitives are polymorphic. You can do math on the entire cluster without
converting to array, as long as all the elements within the cluster are
numerics.

Michael Aivaliotis


Reply via email to