cyprus106
Programmer
- Apr 30, 2001
- 654
I have a String that I need to get only part of.
I can't use any of the regular functions like SubString and such. I need to get the part of the string (named to) in between the "]" and the ":" marks. I know for a fact that both of the characters will be in the string, and in that order. there is a name in between those strings, and for the life of me, I can't seem to get it. Does anyone have a function to do this, or any code examples. I tried doing a SubStr to the ":" character, then making all the characters null ("\0"
until the "]", then trim it off... But I'm being retarded today, and when I make one charater null, the rest go with it. I'm out of ideas and fairly frusterated, do you guys have suggestions?
Thanks, Cyprus
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
I can't use any of the regular functions like SubString and such. I need to get the part of the string (named to) in between the "]" and the ":" marks. I know for a fact that both of the characters will be in the string, and in that order. there is a name in between those strings, and for the life of me, I can't seem to get it. Does anyone have a function to do this, or any code examples. I tried doing a SubStr to the ":" character, then making all the characters null ("\0"
Thanks, Cyprus
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)