Jeff Pohlmeyer wrote:
After allocating a new instance for Arec with New proc,
the record fields (APointer and Aint) will be always
zero filled or will receive random values?
You must do as if it contains the most unexpected data,
and therefore initialise the fields *yourself*, and the
safer is t
> > After allocating a new instance for Arec with New proc,
> > the record fields (APointer and Aint) will be always
> > zero filled or will receive random values?
> You must do as if it contains the most unexpected data,
> and therefore initialise the fields *yourself*, and the
> safer is to d