ad_table_same (public, deprecated)
ad_table_same varname
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Called from inside ad_table. returns true if the variable has same value as on the previous row. Always false for 1st row.
- Parameters:
- varname (required)
- See Also:
- template::list::create
- xo::Table
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc ad_table_same if { [uplevel set Tcount] && [uplevel string compare \$$varname \$P$varname] == 0} { return 1 } else { return 0 }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/deprecated-procs.xql