I have a table with zeros and numbers. I need to get numbers into another table. How can that be done?
-
Get non-zero values from table
-
i just put up a simple counter tutorial:
http://puredata.hurleur.com/sujet-5880-simple-counters
you will need to think about it a bit, but there should be enough information there to get you started.
hints:
* use [== 0] to check if values are 0 or not.
* you will need to use a second counter to write the second table.