Forum OpenACS Development: Response to Is there a right way to deal with booleans?

Collapse
Posted by Stephen . on
Yeah, but the code that handles nil treats it's argument as the name of a variable. If the name of the variable exists, then the value of the variable is checked for the empty string.

The docs and that bboard code pass an argument as @value@, which will be interpolated just like a Tcl $variable (right?). I think the docs and that bboard code must be wrong.