ColdFusion UDF Library - listDeleteNV
December 16th, 2008
«« Back to ColdFusion Library
Category:
LIST
Description:
Removes a name\value pair from a list.
Parameters:
Returns:
Requires:
Sample Use:
Copy to Clipboard
Category:
LIST
Description:
Removes a name\value pair from a list.
Parameters:
- list (List, required)
The list that contains your name\value pairs - name (String, required)
The name of the name\value pair you wish to delete. - nvSep (String, Default: =)
name\value seperator
Returns:
Requires:
Sample Use:
Copy to Clipboard
// http://www.programmers.org/index.php/coldfusion-udf-library/?ckey=311&function=listDeleteNV



