fm_listdelete
| Click to Download |
Description |
| Deletes a specific element from a list |
Usage |
| For example, the following pice of code: 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. |
