|
-
Jun 4th, 2009, 02:16 AM
#1
Thread Starter
Member
Last edited by InviSible_Master; Jun 4th, 2009 at 02:26 AM.
-
Jun 4th, 2009, 02:25 AM
#2
Re: String Question
If you are talking generic code you can use the LastIndexOf function of the string class to calculate the position of the last backslash, and then the Substring function to get just those characters following it :
myString.Substring(0, x.LastIndexOf("\"c))
-
Jun 4th, 2009, 02:45 AM
#3
Re: String Question
Don't mention it.
Oh that's right you didn't, you just deleted your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|