Colin, Thanks for the steer. For some reason the code that I inherited had some 30 lines dedicated to merging 2 saved lists. The focus seems to be restructuring the keys. It doesn't work. The traditional approach works like a champ and is delivering the expected data. I'll explore the List commands... Thanks again for the help.
Greg EXECUTE "GET.LIST SL.LIST1 TO 1" EXECUTE "GET.LIST SL.LIST2 TO 2" EXECUTE "MERGE.LIST 1 UNION 2" Etc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stevenson, Charles Sent: Sunday, January 22, 2006 6:46 PM To: [email protected] Subject: RE: [U2] RE:MERGE SAVE.LISTS & LIST.UNION for manipulation saved- instead of active lists. Related: LIST.INTER & LIST.DIFF. > From: [EMAIL PROTECTED] > HELP MERGE.LIST > ________________________________ > From: Coelho, Gregory > WHAT IS THE EASIEST WAY TO MERGE THESE TWO SAVE.LIST'S ... ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
