template::util::alphabetized_index (private)
template::util::alphabetized_index list entry
Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl
takes an alphabetized list and an entry
- Parameters:
- list (required)
- {let's see how this parses out} the alphabetized list
- entry (required)
- req the value to be inserted
- Returns:
- either the proper list index for an alphabetized insertion or -1 if the entry is already in the list
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.