Hi,
i have two problems:
1. this is a very usual pd-problem. Loading a bigger textfile in to an array, than the size of the array --> not all is loaded. It is only possible to rezize the array before the loading to the maximum and rezize it after the load again?
2. Second i create some file where i save some array data, but i rezize my array. I make it bigger and i want to save in the same file again (with the same path and name), may the textfile dont save all. It s the only solution to erase the file and save then again?
I do all this with messages [; data write bla/bla( [; data read bla/bla( . Are ther some better solutions from some liberies.
Thanks