Kurt at DBC wrote:


Think I've missed something somewhere, but no matter what order I do things in, 'issues' is *always* created.

[...]
Error THardToFind
Changes = nil
terrorists = nil
issues = 4847180


Okay, who spotted my obvious mistake?
Stay away from global variables, kids! *blush*


if Unit4.tIssuesList = nil then Log('issues = nil') else Log('issues = ' + IntToStr(integer(Unit4.tIssuesList)));

if Unit4.issues = nil then Log('issues = nil') else Log('issues = ' + IntToStr(integer(Unit4.issues )));

Error THardToFind
Changes = nil
terrorists = nil
issues = nil


Oh, for shame... Cheers, Kurt. _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to