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:
Returns:
Requires:
Sample Use:
Copy to Clipboard
Category:
LIST
Description:
Returns the postion of a name/value pair in 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 find the postion of. - 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



