Ok Enis, Thank you for helping me. My real app need to save a table of 3 dinamic lists that I suppose will have abou 30 items each (all the 3 lists have the same size). That´s why I was trying to save the file in that way.
I have compiled the app and installed it to my phone, but this saving to file part is simply not creating the file nor prompting any messages. So I´m a little bit lost there. The table should be something like that:
date 1 number 1.1 number 1.2
date 2 number 2.1 number 2.2
date 3 number 3.1 number 3.2
date 4 number 4.1 number 4.2
date 5 number 5.1 number 5.2
date n number n.1 number n.2
I have to save it to a file so it could be shared to my computer. I thought I could open the csv file in excel and perhaps have this structure preserved.
Thanks for the help again.