Re: Comparing two listvars and deleting dups

2003-07-28 Thread Scott Weikert
At 12:40 PM 7/28/2003 -0400, you wrote: >How would I make one list that combines the elements of list1 that changed >in list2? For example >List1: State:FL, City:Jax, County:Duval, Zip:32246 >List2: State:FL, City:Jax, County:St Johns, Zip:32259 > >Output: County:Duval changed to County:St Johns,

RE: Comparing two listvars and deleting dups

2003-07-28 Thread Marlon Moyer
This is probably bloated code, but it's the best I can do before lunch :) Marlon -Original Message- From: Den Melton [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 11:40 AM To: CF-Talk Subject: Comparing two listvars and deleting dups

Re: Comparing two listvars and deleting dups

2003-07-28 Thread Michael T. Tangorre
Sorry, I read your post too fast.. the two UDFs will help you do what you are trying to do. - Original Message - From: "Michael T. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 12:40 PM Subject: Re: Comparin

Re: Comparing two listvars and deleting dups

2003-07-28 Thread Michael T. Tangorre
Check cflib.org there are 2 UDFs in there that will do this. Mike - Original Message - From: "Den Melton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 12:40 PM Subject: Comparing two listvars and deleting dups > How would I make one list that comb

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Dowdell, Jason G
Thanks for the tip. I changed it. I was actually unaware of that so thank you. ~Jason -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:32 AM To: CF-Talk Subject: RE: Comparing two listvars and deleting dups Ack! No, do not use

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Raymond Camden
ot; - Yoda > -Original Message- > From: Dowdell, Jason G [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 9:21 AM > To: CF-Talk > Subject: RE: Comparing two listvars and deleting dups > > > Here's the solution I came up with... thanks for everyone

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Dowdell, Jason G
l, Jason G [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:06 AM To: CF-Talk Subject: RE: Comparing two listvars and deleting dups Correct me if I'm wrong but that doesn't do what I'm asking. I want to remove all items in ListVar1 that appear in ListVar2. They are not alrea

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Raymond Camden
t; - Yoda > -Original Message- > From: Dowdell, Jason G [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 9:06 AM > To: CF-Talk > Subject: RE: Comparing two listvars and deleting dups > > > Correct me if I'm wrong but that doesn't do what I'm aski

Re: Comparing two listvars and deleting dups

2003-03-06 Thread Ewok
want another one? : ) .it's a slow day heh #newlist# - Original Message - From: "Dowdell, Jason G" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 10:05 AM Subject: RE: Comparing two list

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Steve Robison, Jr.
ated in ListVar1. > >~Jason > >-Original Message- >From: Raymond Camden [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 06, 2003 10:01 AM >To: CF-Talk >Subject: RE: Comparing two listvars and deleting dups > > >http://www.cflib.

Re: Comparing two listvars and deleting dups

2003-03-06 Thread Ewok
#list1# - Original Message - From: "Dowdell, Jason G" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 10:05 AM Subject: RE: Comparing two listvars and deleting dups > Correct me if I'm wrong but that d

Re: Comparing two listvars and deleting dups

2003-03-06 Thread Ewok
I remember seeing a tag on Macromedia's dev ex that did exaclty this. Sorry, I can't remember the name of it. - Original Message - From: "Dowdell, Jason G" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 9:55 AM Subject: Comparing two listvars and delet

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Dowdell, Jason G
003 10:01 AM To: CF-Talk Subject: RE: Comparing two listvars and deleting dups http://www.cflib.org/udf.cfm?ID=532 and http://www.cflib.org/udf.cfm?ID=533 === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of

Re: Comparing two listvars and deleting dups

2003-03-06 Thread Dave Carabetta
>Anyone have code off the top of their head to delete duplicate >values from 2 lists. Here's an example. > >I want to delete all of the list items in ListVar1 that appear in ListVar2 > >ListVar1 = a,b,c,d,e >ListVar2 = c,e > http://www.cflib.org/udf.cfm?ID=532 http://www.cflib.org/udf.cfm?ID=533

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Tangorre, Michael
i just emailed you off list a custom tag i wrote.. you should be able to modify it as needed. hth, mike -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:55 AM To: CF-Talk Subject: Comparing two listvars and deleting dups Anyone have

RE: Comparing two listvars and deleting dups

2003-03-06 Thread Raymond Camden
http://www.cflib.org/udf.cfm?ID=532 and http://www.cflib.org/udf.cfm?ID=533 === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morph