<p>Am 21.07.2014 11:34 schrieb "Marco van de Voort" <<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>>:<br>
><br>
> In our previous episode, Sven Barth said:<br>
> > > Do you think, that something similar can be added also in FPC ?<br>
> ><br>
> > There is already a WriteAnsiString (<br>
> > <a href="http://www.freepascal.org/docs-html/rtl/classes/tstream.writeansistring.html">http://www.freepascal.org/docs-html/rtl/classes/tstream.writeansistring.html</a><br>
> > ) with the difference that it also writes out the length. Adding an<br>
> > additional overload (especially with a name like WriteString) would IMHO be<br>
> > confusing because of this.<br>
> ><br>
> > Nothing stops you though from writing a class helper that adds a<br>
> > WriteString method to TStream.<br>
><br>
> (Except the fact that you can only have one class helper per class?)</p>
<p>Doesn't stop him from writing the helper, only from using it :P</p>
<p>Regards,<br>
Sven</p>