Appending text

Surely there’s a way to either

  1. Append text to a file … for example, write continually.
  2. Collect / append text over running of a composition and write once.

I see you already found this other discussion about appending text, and the proposal of adding an Append option to Save Data.

The attached composition demonstrates accumulating text with an Enqueue node, then writing it all to file when you click a button. (An alternative to the Enqueue node would be a feedback loop with Add to List and Hold List, similar to the vuo.list > Shift Squares example composition.)

CollectAndSaveText.vuo (4.42 KB)