Hi all,
I'm having a bit of trouble on a bit of code I'm working on.
Basically I'm writing a method where the user enters a String, then a letter within that string as marker 'a', then another as marker 'b'.
The method then neds to output the text between those markers.
For example if the user enters "hello to everyone", "o ", y"
it will output "every"
so basically it outputs the first marker letter, then all the letters after it up to and including the second marker.
It should be an easy task but for some reason I'm having real trouble with it.
Any ideas??
Thanks in advance
John