template::util::proc_element_compare (private)

 template::util::proc_element_compare element1 element2

Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl

used to compare two different elements in a list of parsed data for public or private procs

Parameters:
element1
element2

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    return [string compare -nocase [lindex $element2 1 0 1] [lindex $element1 1 0 1]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: