fm_listdelete

Click to Download

Description

Deletes a specific element from a list
 

Usage

For example, the following pice of code:

#fm_listdelete("1,2", ""1,2,3,4,5,6,7,8,9">")#

Would remove the elements 1 and 2 from the list.

If you are not using ColdFusion variables to draw the list, you must surround both arguments with quotes.

Attributes

variable Required a comma delimited list of elements to delete from a list or a variable that contains one.
list Required The list to remove the elements from.
 

Featured Links