daer list, i want to save a result as mentioned above. for (i in 1:100) { a[i] <- write.table(a[i], "C:/.../result"i"") } how is the correct way to save the results? thank you stefan