- This topic has 2 replies, 2 voices, and was last updated 15 years ago by .
-
Topic
-
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″”]}
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Tcl Library’ is closed to new topics and replies.