hey all,

How could I check if Identifiers are set?(not empty)

Code:
 if ($2 != "") && ($3 != "") && ($4 != "") {
    msg $chan $2
    msg $chan $3
    msg $chan $4
  }


what's wrong with the code above?

thanks.