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
|