I have a chunk of code protected with the assertion:
assert(str1 = str2) ... (str1, str2 are String).
These strings are derived by walking an object hierarchy and are pretty big
(each 500 odd words according to word).

Problem is, visually they appear identical, word thinks they are identical
(using compare documents ... ) but the assertion asserts they are not.

If anyone know how I can work out what the difference between the strings
actually is, and thus how I can efficiently solve this problem (the objects
were cloned before deriving the strings ... they should be identical).

This is D5.

Thanks


James
Notice of Legal Status and Confidential Information: This electronic mail
message and any accompanying attachments may contain information that is
privileged and CONFIDENTIAL.  If you are not the intended recipient you are
advised that any use, review, dissemination, distribution or reproduction of
the information is strictly prohibited and may be unlawful.  If you have
received this document in error, please notify the sender immediately and
destroy the message.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to