> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of 
> Coelho, Gregory
> Sent: Monday, January 23, 2006 8:43 AM
> To: [email protected]
> Subject: RE: [U2] RE:MERGE SAVE.LISTS
> 
> 
> 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.

I've had issues sometimes setting up the merge like above, and had to use

CMD=""
CMD<-1>="GET.LIST SL.LIST1 TO 1"
CMD<-1>="GET.LIST SL.LIST2 TO 2"
CMD<-1>="MERGE.LIST 1 UNION 2"
EXECUTE CMD

George
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to