Escape and Control Characters with text()
in
Programming Questions
•
8 months ago
I'm trying to use the control characters \n and \t with text() and it just seems to ignore them. Is there something special I have to do to make control characters work?
An example would be:
text("Raw Value\tReal Value\n" + boxText, xPos + 5, yPos + 15);
I'm using Processing 2.0b7.
Thanks.
1