i was trying to work it out, for any kind of array.
the following pseudo code doesn't seem to work

for(.....) {
if(...) {
..........
}
else {
........
break;
}
}

the break statement is not working. Even when it comes into  the else part,
it doesn't break the for loop.

Suggestions?

Pc


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to