valueList?
i have 2 text boxes from the form for user to enter an email address. those are not requied, meaning sometime i have one email, or two emails. I stored both emails into one field in the table. such as: test@yahoo.com. hello@gmail.com .
On the edit page, i want to retireve both emails but each email will go into one text box.
i am thinking about values list
<cfset emailList = ValueList(qry.email , ',' />
but i am getting an error "Complex construct are not supported with fuction ValueList." and i am not sure if i am going to the right direction?
thanks
kt
