max (public, deprecated)

 max [ args... ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns the maximum of a list of numbers. Example: max 2 3 1.5 returns 3. DEPRECATED: this proc does not respect OpenACS naming convention.

Author:
Lars Pind <lars@pinds.com>
Created:
31 August 2000
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc max
    return [util::max $args]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: