Well... ok.
Thank you for the info, then, even if I find it a bit odd...
Don't worry, I won't even have the idea to try having circular
references in my projects!
Thanks again.
Dansk
Marc Gravell wrote:
> That sounds about right...
>
> There are a few circular references in the base libraries... not a
> good idea for regular code, but arguably necessary in some scenarios.
> You can't create a circular reference via the IDE - you have to use
> the command line libraries and a lot of trouble.
>
> The trick is (when walking references) to keep a track of things you
> have visited, and stop when you see them again.
>
> Marc