Are you refering to start and end index?
or you want to get a substring in some other way, like getting from the
first "start char" up to the first "end char"
if your case is the first see jon's post
if the latter you will need first the first index of each char ( or the last
depending of your need ) for this you use IndexOf or LastIndexOf and then
SubString()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.