ColdFusion UDF Library - listDeleteNV

December 16th, 2008
«« Back to ColdFusion Library

Category:
   LIST

Description:
   Removes a name\value pair from a list.

Parameters:
  1. list (List, required)
           The list that contains your name\value pairs

  2. name (String, required)
           The name of the name\value pair you wish to delete.

  3. 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
  1. No comments yet.
  1. No trackbacks yet.