coming in late here, but can you do a listChangeDelims(myString, ' ', ',') ?

On 5/12/05, jjakim @ albemarle. org jjakim @ albemarle. org
<[EMAIL PROTECTED]> wrote:
> >Not quite sure I know what you mean but if the checkboxes are all named the
> >same with different values, then the form scope already holds a comma
> >delimited list of selected items
> >
> >Eg...
> >
> ><input type="checkbox" name="chk" value="1" checked">
> ><input type="checkbox" name="chk" value="2" checked">
> ><input type="checkbox" name="chk" value="3" checked">
> >
> >If that were submitted then form.chk would be '1,2,3'
> 
> The checkboxes each have a separate name in the db
> <input type="checkbox" name="chkDVD" value="1" checked">
> <input type="checkbox" name="chkLCD" value="2" checked">
> <input type="checkbox" name="chkTV_Vcr" value="3" checked">
> They were separated out so that we could query/group them in different ways.
> Now on the report the info needs printed out (vs being a checkbox)as
> This person needs DVD,Tv,LCD.
> Right now it prints like DVD TV LCD
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206524
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to