Dec 12, 2002 #1 jfrost10 Programmer Jun 3, 2001 2,004 CA hey guys, I want to parse through a string and find the numeric location of a substring within a string. Any thoughts on how to go about this? Thanks, D
hey guys, I want to parse through a string and find the numeric location of a substring within a string. Any thoughts on how to go about this? Thanks, D
Dec 12, 2002 Thread starter #2 jfrost10 Programmer Jun 3, 2001 2,004 CA Ho...I think I have it: Get the length of the string, then use LastIndexOf(char, int) to get the actual index of the string. Thanks guys D Upvote 0 Downvote
Ho...I think I have it: Get the length of the string, then use LastIndexOf(char, int) to get the actual index of the string. Thanks guys D