I want to read a specific character in a textfile, so I basically want a function where if I write function getLetter(3), it will return the third letter, can anyone help me out?
I want to read a specific character in a textfile, so I basically want
Share
Normally you should at least show what you’ve tried in your question to get an answer on StackOverflow, but I’m feeling generous this morning.
Try this: