Android Question Read rows of a textfile and put in array

andredamen

Active Member
Licensed User
Longtime User
How can I read the rows of a textfile? I need to put all the different rows of a textfile in a array.
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
you can also use file.ReadList

 
Upvote 0
Top