Hi Rick,
your patch won't work. There are several wrong idioms, please take a look at the help file of [textfile]. The idea is you write each single line with the [add ( message and eventually write the whole text to a .txt file. The [print ( message in your patch is not needed.
Also be careful while using [pack]. Remember that whenever it receives something on the first (hot) inlet, it outputs all the values it stored. In your patch [pack] behaviour is controlled properly. See also [pack] help file. A proper use of [pack] wouldn't require the [bondo] obj.
cheers, M
I can create the data but the questions I have
- I keep getting a write failed.
- how can I get the commas between the values?
- is there a way to do leading zeros?
Here's a link to my pd http://dl.dropbox.com/u/6576402/questions/pd/export_text.pd
Ps: I'm using Linux ubuntu 10.04 64bit