How do you display one letter of a sentence you have read in from a csv file

edited December 2015 in JavaScript Mode

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.

Tagged:

Answers

Sign In or Register to comment.