empty_string_p (public, deprecated)
empty_string_p query_string
Defined in packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
Deprecated. Invoking this procedure generates a warning.
returns 1 if a string is empty; this is better than using == because it won't fail on long strings of numbers. This might have been needed in the old good days, but not anymore.
- Parameters:
- query_string (required)
- See Also:
- string equal
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.