> I would like to multiply the contents of an array indicator by a
> factor (polimorphism allows the multiplication of an array by a
> number, right?) but the product requires that the array has to be a
> control.
> How can I fixed this problem?. Thank you very much for your help,
Unless you are using LV2, you can use local variables. The
control or indicator determines how it interacts with the
end user. To read from an indicator or to write back to
a control, popup on the object and choose Create Local, or
drop a local variable from the Structures menu and select
the object name.
Greg McKaskle