From: MenTaLguY Date: 2007-10-06T04:31:27+09:00 Subject: Re: Proc comparison On Sat, 6 Oct 2007 04:22:50 +0900, Chris Hall wrote: > when the objects are created, i use the same block of code when i create > each instance, however, it obvious that from the comparison output they > aren't the same. my question, how do i get the comparison i'm looking > for? Even though the two blocks have the same contents, they aren't the same block because they are written in different places in the file. -mental