I’m writing a tcl program to verify if a field is blank. If it is then the message will be killed. My problem is the field is coming with double-quotes (“”) instead of blank. How do I write the cequal statement to compare a variable with a NULL value?
The statement below works on messages I receive where the field is blank.
if {[cequal $var1″”]}