Re: [ cf-dev ] Breaking up a list

2004-06-04 Thread Tom Smith
nice. GIT ;) - Original Message - From: "Snake Hollywood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 2:17 PM Subject: RE: [ cf-dev ] Breaking up a list > Yay, Damian must be well proud now... > > > > -Original Message- > > From: Tom Smith [mailto:[

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Damian Watson
Hooray, from today I'm a real man. :-P -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED] Sent: 04 June 2004 14:18 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Breaking up a list Yay, Damian must be well proud now... > -Original Message- > From: Tom Smith [mai

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Snake Hollywood
Yay, Damian must be well proud now... > -Original Message- > From: Tom Smith [mailto:[EMAIL PROTECTED] > Sent: 04 June 2004 13:29 > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] Breaking up a list > > > Damian, > > This is a much better solution that the one I posted ;) > - Orig

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Damian Watson
Why thank you Tom ;) The ole from / to is much forgotten lol -Original Message- From: Tom Smith [mailto:[EMAIL PROTECTED] Sent: 04 June 2004 13:29 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Breaking up a list Damian, This is a much better solution that the one I posted ;) - Orig

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread James Buckingham
Thanks again guys. -Original Message- From: Tom Smith [mailto:[EMAIL PROTECTED] Sent: 04 June 2004 13:29 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Breaking up a list Damian, This is a much better solution that the one I posted ;) - Original Message - From: "Damian Watson" <

Re: [ cf-dev ] Breaking up a list

2004-06-04 Thread Tom Smith
Damian, This is a much better solution that the one I posted ;) - Original Message - From: "Damian Watson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 1:08 PM Subject: RE: [ cf-dev ] Breaking up a list > well, you need to count the number of elements in the l

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Damian Watson
Title: RE: [ cf-dev ] Breaking up a list well, you need to count the number of elements in the lists then output them together looping from 1 to the total number of values in the lists i.e.:   You need to make sure the listLens are equal though so maybe have a check in there as well:  

Re: [ cf-dev ] Breaking up a list

2004-06-04 Thread Tom Smith
#listGetAt(list2, lCount)# this is ofcourse asuming that your lists are the same length. (note the use of a count and listGetAt) On a side note, you should really store this information over multiple rows in the database. HTH Tom - Original Message - From: "James Buckingham

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread James Buckingham
Title: RE: [ cf-dev ] Breaking up a list Hi guys,   Just to twist this slightly.   I've actually got two fields for these links. One contains the title to be used, the other contains the appropriate link.   How can I setup this loop so it breaks up two strings, inserts one part into t

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread James Buckingham
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?

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread John Beynon
Title: RE: [ cf-dev ] Breaking up a list Use cfloop and loop over the list?     #i# 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 aske

Re: [ cf-dev ] Breaking up a list

2004-06-04 Thread Tom Smith
or you could just replace the commas with eg. #replace(listOfUrls, ",", "", "all")# Ta - Original Message - From: "Tom Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 11:49 AM Subject: Re: [ cf-dev ] Breaking up a list > > > > #ii# > > > > should

Re: [ cf-dev ] Breaking up a list

2004-06-04 Thread Tom Smith
#ii# should help you... - Original Message - From: "James Buckingham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 11:24 AM 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 >

[ cf-dev ] Breaking up a list

2004-06-04 Thread James Buckingham
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

Re: [ cf-dev ] OT: Windows Key Stuck!!

2004-06-04 Thread Andy Hall
We rebooted the server last night; it was having some other problems as well so it seemed the best thing. Thanks for the info. Andy. - Original Message - From: "Stephen Milligan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 5:38 PM Subject: RE: [ cf-dev ] OT