Hello all,

Got a variable/list question.  I have a variable that needs to a list
seperated by commas.  This list will contain only one word, child, and the
listLen will depend on the len of another list.

EG

#ListLen(1stList)# = 4

I need to be able to say

<cfset variable = "child,child,child,child">

        or

#ListLen(1stList)# = 1

I need to be able to say

<cfset variable = "child">

I've tried figuring out how to do this w/a loop but I don't think that's
going to hack it.  Now I'm thinking of doing some sort of list replace
function, but I can't figure out which one I'd use.

E
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to