I tried that and it doesn't output the way I need , not that I'm sure
exactly what I'm doing yet

I tried the code below but all that does is create this output, which
just appears to contain comma delimited lists of key values:

Date issue
MYDATE1 6/9/04,8/9/04,7/9/04
MYISSUE issue1,issue2,issue3
MYTITLE cass1,cass2,cass3

<cfoutput>
<table cellpadding="2" cellspacing="2">
  <tr>
    <td><b>Date</b></td>
    <td><b>issue</b></td>
  </tr>
  
  <cfloop collection=#me# item="cassettes">
    <tr>
      <td>#cassettes#</td>
      <td>#me[cassettes]#</td>
    </tr>
  </cfloop>
</table>
</cfoutput>

-----Original Message-----
From: Nando [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 26, 2004 8:42 PM
To: CF-Talk
Subject: Re: structure output

Tim, are you saying you have this data stored in a structure? Are the
values in the lists you show in separate keys? If so, a collection
loop looks like it would do the trick.

On Thu, 26 Aug 2004 17:56:52 -0400, Tim Laureska <[EMAIL PROTECTED]>
wrote:
> How do you "separate out" the values of the comma delimited output of
a
> structure ... right now it looks like this:
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to