coll inserting data, index in wrong order
Hi,
Max Patch
Copy patch and select New From Clipboard in Max.
In the following patch you can see coll inserts the wrong indexes against the data I am inserting. Im wondering why this is? Should I not be using indexes and instead inserting the first column as symbol?
Are you sure you want to insert data? Inserting will renumber the coll!
Max Patch
Copy patch and select New From Clipboard in Max.
If you just want to fill the coll, get rid of the "insert" in your message of do something like this:
Hi !
look what will happen if you send two times the same message , eg [insert 100 Device],[insert 100 Device].
As you are "inserting" [Coll] will increase your index . you need to use [store] message instead.
Max Patch
Copy patch and select New From Clipboard in Max.
Thanks peeps. Great solutionz :)