Forum Discussion
Kevin_Stewart
Jul 11, 2014Employee
I would always general start with existent check before checking for an empty value:
if { ( [info exists param] ) and not ( $param eq "" ) }
I would always general start with existent check before checking for an empty value:
if { ( [info exists param] ) and not ( $param eq "" ) }