On Sat, 6 Oct 2007 04:22:50 +0900, Chris Hall <christopher.k.hall / gmail.com> 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