Forum OpenACS Q&A: Response to what if we adjust empty_string_p

Collapse
Posted by Michael A. Cleverly on
David, where exactly are you experiencing a problem with the existing empty_string_p calls? Your modified version of empty_string_p returns true (indicating that the string is empty) either when the string is empty, or when the string happens to be "0", which would seem (to me) to be more aptly named empty_string_or_zero_p.