Hello,

strstriing$ = "\gamez\tony hawk\"
i want to use instr to find the "\"

then, for each \ found, use a for/next to get the text inbetween


so my final result will be
"gamez"
"tony hawk"


My problem is i dont know how to count the "/s"?

any advice