We are about to switch to a new forum software. Until then we have removed the registration on this forum.
text(questionsPhrasesData.getString(0,1) + " phrase",5,150); // this displays the complete phrase on the screen at 5,150 I want to display just 1 letter of this display someplace else on the screen.
Answers
http://ProcessingJS.org/reference/String_charAt_/
I didn't know about the charAt function.