-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 8 Août 2003 11:52, ben@ekran.org a écrit :
My guess is you first define the vars to store the lists in the class, then use Append in a loop at add the array values to the list, and then send out with ToOutList(). But what variable type should the list variable be?
You need an atom list (type "AtomList"), and a atom (type "t_atom"). For each float value, set the atom with the "SetFloat" function, then use the "Append" method to append the atom to the atom list.
- -- Marc