gotos usually imply bad code, and while a usage like that *could* be justified, that specific example is not.. instead:

Code:
var %v = Sometext|someothertext|blah|blah|blah|blah
if ($regex(%var,/^( $+ %v $+ )/i)) { 
  do your thing.
} 


Would be a much simpler and probably less cpu intensive solution


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"