Thread: string array
View Single Post
  #4 (permalink)  
Old 06-19-2008, 07:46 PM
norman_069 norman_069 is offline
Newbie
 
Join Date: Sep 2007
Location: Houston
Posts: 17
Credits: 0
Rep Power: 5
norman_069 is on a distinguished road
Default Re: string array

ok i figured out the stack error but now i need to know about the string and the character with in the string. I need a way to read a sentence like <aaaa>bbbb</cccc> with no spaces and be able to seperate it using the charachters < and >. so i get three string <aaaa> and bbbb and </cccc>.
let me know if you can help

thanks
Reply With Quote