Re: [fpc-pascal] Variable scope concurrency

2004-10-15 Thread Marc Santhoff
Am Do, den 14.10.2004 schrieb Florian Klaempfl um 23:28: > Marc Santhoff wrote: > > > Am Do, den 14.10.2004 schrieb Peter Vreman um 07:49: > > [..] > > > >>Correct > > > > > > Wow, the shortest possible answer. :) > > No LOL, but not to my question. I would have accepted "right" or the like .

Re: [fpc-pascal] Variable scope concurrency

2004-10-14 Thread Florian Klaempfl
Marc Santhoff wrote: Am Do, den 14.10.2004 schrieb Peter Vreman um 07:49: [..] Correct Wow, the shortest possible answer. :) No ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Variable scope concurrency

2004-10-14 Thread Marc Santhoff
Am Do, den 14.10.2004 schrieb Peter Vreman um 07:49: [..] > > Correct Wow, the shortest possible answer. :) Thank you, Marc ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Variable scope concurrency

2004-10-13 Thread Peter Vreman
> Hi, > > I wonder what happens, if there are two variables with exactly the same > name in scope, when one is in the interface part of one unit as a global > and the other is in the implementation part of the crrent unit. > > When the variable name is adressed inside a procedure: > > unit one; > u