Title: RE: [ cf-dev ] Breaking up a list

Fantastic!!!

 

Knew it would be easy J

 

Cheers guys.

 


From: John Beynon [mailto:[EMAIL PROTECTED]
Sent: 04 June 2004 11:46
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] Breaking up a list

 

Use cfloop and loop over the list?

<cfloop list="#mylist#" index="i">
        <cfoutput>#i#<br></cfoutput>
</cfloop>

jb

-----Original Message-----
From: James Buckingham [mailto:[EMAIL PROTECTED]]
Sent: 04 June 2004 11:25
To: '[EMAIL PROTECTED]'
Subject: [ cf-dev ] Breaking up a list

Hi guys,

Sorry, I've asked this before but I can't seem to find the emails in my
archive.

I have a string of weblinks within an Access database which are separated by
a comma.

Here's an example:

www.macromedia.com,www.google.com,www.ebay.com
etc. etc.

What I need to do is break this string up and display the links as a
vertical list on a page.

So the example above would become:

www.macromedia.com
www.google.com
www.ebay.com

Is there a way I can do this?

I'm currently run CF5.0

Cheers again,
JamesB

--
These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

 

_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com



**********************************************************************
Copyright ERA Technology Ltd. 2004. (www.era.co.uk). All rights reserved. The information supplied in this Commercial Communication should be treated in confidence.
No liability whatsoever is accepted for any loss or damage
suffered as a result of accessing this message or any attachments.
**********************************************************************

_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

Reply via email to