I'm new to processing and am having a minor problem.
I want to display my name from an rss feed, so in short I want certain letters to be picked out of that rss feed. oh and diplayed at certain cordinates.
I want it to be the same letters all the time, so this line of code wouldn't work as it would pick a diffeerent letter if the rss feed data changed:
text(title[i].getContent().charAt(4));
How do I get a certain letter all the time
Lets just say the letter is: s ? I also want them diplayed at certain cordinates too but have no idea where to put that in the line of code. Please help.
Thanks in hand to everyone that trys to answer this for me.