Carlos Santander wrote: > > Does this work? > > import a; > import b; > > alias a.swap swap; > alias b.swap swap; It does. alias is just too darn flexible for its own good :-) Sean