<br><br><div class="gmail_quote">On Sat, Nov 20, 2010 at 12:07 PM, Honza <span dir="ltr"><<a href="mailto:befelemepeseveze@gmail.com">befelemepeseveze@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2010/11/20 Max Vlasov <<a href="mailto:max.vlasov@gmail.com">max.vlasov@gmail.com</a>>:<br>
<div class="im">> FillChar(Section^, Count*ElementSize, 0);<br>
> Initialize(TNameValueRec(Section^), Count);<br>
><br>
</div><div class="im">> Is possible for such syntax to be supported? Probably I'm one of those rare<br>
> developer using it, and maybe because of this I just have to make some patch<br>
> by myself, suggesting the result to be committed :). Please let me know if<br>
> it's possible.<br>
<br>
</div>Why to patch the language when a for loop can do the same as above?<br>
<font color="#888888"><br>
--</font><br></blockquote></div><br>Honza, I suppose I will go with such change, but one other thought. As you may know, many Delphi developers impressed by Lazarus hope all their existing sources will be fpc-compatible some time. I'm just a little sad that I have to apply this change (sure side effect critical) to about 200 source files with this constructs I have. I'd also multiply it by 2 since there is also the finalize section in the same files:). Anyway, not a big deal, probably some regular expression to come up with<br>
<br>Max<br>