Lars wrote:
Do you know about this feature:

var
   SomeRec: TSomeRecord = ();
This is good for global variable.
But I wonder whether it has effect in procedure's local variable since it requires the compiler to clear the record on the stack (which is at different location every time).

Dennis
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to