Forum OpenACS Q&A: Re: "good" tcl code

Collapse
Posted by Don Baccus on
The modern thing to do, as mentioned above, is '$string eq ""' which is a built-in operator that doesn't suffer from the problems '$string == ""' suffers from.