[fpc-pascal] Initialize/Finalize with count, is it possible?
Honza
befelemepeseveze at gmail.com
Sat Nov 20 10:07:39 CET 2010
2010/11/20 Max Vlasov <max.vlasov at gmail.com>:
> FillChar(Section^, Count*ElementSize, 0);
> Initialize(TNameValueRec(Section^), Count);
>
> Is possible for such syntax to be supported? Probably I'm one of those rare
> developer using it, and maybe because of this I just have to make some patch
> by myself, suggesting the result to be committed :). Please let me know if
> it's possible.
Why to patch the language when a for loop can do the same as above?
--
bflm
freepascal-bits.blogspot.com
More information about the fpc-pascal
mailing list