|
Hey guys… Man I am stuck in a loop… I have this query that I need to loop through and then somehow
pull data out of the query and append it to another comma delimited list. Any
ideas on how I would go about this. Its got my all
loopy. Here is kind of an example of what I am trying to do: ------------------------------------------------------------------ <cfset list = “John, Mike,
Luke”> <cfloop index="EmailList" list="#list#"
delimiters=","> <cfquery name="GetGroupQ" datasource="DSN"> SELECT * FROM EmailSystem_Groups WHERE GroupName = '#EmailList#' </cfquery> </cfloop> ------------------------------------------------------------------ Ok so I loop through the query to get their email address,
but I want to also insert or append the email address into another list like: SESSION.EmailList = “[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]” …because later on I run this
list through another loop process. This is just an example. Its not even email data that I’m
pulling. Hopefully this makes sense. Thanks… Neal
Bailey |
- All Loopy over Loops - Need Help Bailey, Neal
- Re: All Loopy over Loops - Need Help Nate Nielsen
- RE: All Loopy over Loops - Need Help Knipp, Eric
- RE: All Loopy over Loops - Need Help Bailey, Neal
- RE: All Loopy over Loops - Need Help Knipp, Eric
