Another way to do the same thing, more or less: set x 0 if { $chart != "" } { foreach chart [split $chartlist "|"] { incr x 1 if {$x == 1} { sendmsg $channel "GERMAN TOP5: $x\. $chart"} } else { sendmsg $channel "x\. $chart" continue } } } gives an Error (&qu...