Actually, you could be more specific. Under what conditions are you seeing these semicolons? Are they:
- In the original data file if you open it in a plain text editor
- appearing in a printout in the console if you use
println()
– if so, please share with what code exactly are you displaying, - is appearing on the screen of your sketch? If so, it sounds like you might have an extra semicolon character in your input to
text()
, or in your use of thejoin()
statement.
Please share your code!