View Single Post
Old 04-30-2003, 04:55 PM   #6 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
no, it doesn't work ..

could always do this:

Code:
for ( x ) {
  switch(z){
    case x:
       goto abc;
   }

}

abc:
__________________
-- bloomberg.
abc123 is offline   Reply With Quote