ColdFusion UDF Library - listFindNV

December 16th, 2008
«« Back to ColdFusion Library

Category:
   LIST

Description:
   Returns the postion of a name/value pair in 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 find the postion of.

  3. nvSep (String, Default: =)
           name\value seperator


Returns:
       

Requires:
       

Sample Use:
       

Copy to Clipboard
// http://www.programmers.org/index.php/coldfusion-udf-library/?ckey=38&function=listFindNV
  1. No comments yet.
  1. No trackbacks yet.