How to read text file into array

edited February 2017 in How To...

I just started this morning with Processing. I want to be able to take a text file:

Hello world
abc
123

And get this:

["Hello World", "abc", "123"]

How can I do this?

Answers

Sign In or Register to comment.