[DUG] String Concatenation

Karl Reynolds karlreynolds at xtra.co.nz
Fri Nov 4 14:23:42 NZDT 2005


>We were completely flummoxed. It was indeed the Inspect Dialog.

Here's my 2c: the first 4096 chars occur correctly in evaluate/modify, after
that it's garbage (in D6 anyway - from the sound of things you were having
the same problems in D5).  So if you need to examine a string bigger than
that, try evaluating in chunks of 4096 characters: "Copy(YourString, 1,
4096)", "Copy(YourString, 4097, 4096)", "Copy(YourString, 8193, 4096)" etc.
up to the length of your string...

Cheers,
Karl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1932 bytes
Desc: not available
Url : http://ns3.123.co.nz/pipermail/delphi/attachments/20051103/b92846b2/winmail-0001.bin


More information about the Delphi mailing list