> Efectively you are telling the system that the variable is no longer in
> use.
Yes, in the original code, this was part of an initialization sequence.
The debugger claims that the crash happens with the assignment, not
with an access.
But certainly using str := ""; works for initialization purposes as well...
Thanks!
Marc