Guest_imported
New member
- Jan 1, 1970
- 0
I define a list of words here but I need list functions to append new words to my list or delete a word from my list. Please advise how I would do this??
[tt]
<cfloop index = "ListEle" list = "first,second,third">
<cfoutput>#ListEle#</cfoutput>
[/tt]
[tt]
<cfloop index = "ListEle" list = "first,second,third">
<cfoutput>#ListEle#</cfoutput>
[/tt]