ad_parameter_all_values_as_list (public, deprecated)
ad_parameter_all_values_as_list [ -package_id package_id ] name \ [ subsection ]
Defined in packages/acs-tcl/tcl/defs-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Returns multiple values for a parameter as a list. DEPRECATED: this proc does not do much that joining a string coming from a parameter, which does not make an invalid string into a list. Best to take the value from the parameter directly and rely on proper quoting by the user. Furthermore, the 'subsection' argument is not used anywhere.
- Switches:
- -package_id (optional)
- Parameters:
- name (required)
- subsection (optional)
- See Also:
- parameter::get
- join
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.