A 
		
								
				
				
			
		Arjen
Hello,
I have a this:
foreach ( string s in myArray ) {
if ( s == ""test") {
}
}
How can I read the next "s" (if there is a next one) inside the current
readed "s"?
Thanks!
Arjen
				
			I have a this:
foreach ( string s in myArray ) {
if ( s == ""test") {
}
}
How can I read the next "s" (if there is a next one) inside the current
readed "s"?
Thanks!
Arjen