Hi all, apologies if this has been asked before - I've searched the forum and didn't find anything...
I'm a complete novice to Processing, and I'm three-quarters through a simple project - designing a presentation lesson using Processing.
I've spent days working out nice animations, etc, and now I've hit a complete dead end...
When trying to load the text file with the numerous lines of the presentation, I get the "cannot convert from String to String[]".
I have limited coding skills, but I'm aware that there should be some method to call - Googling the error, I found ways around this in other languages, but cannot get these to work.
I simply want to display 8 lines of text within the display, and, once a mouse click occurs, the next 8 lines replace the current lines.
I've stripped out the rest of the code, and the problematic code is below: