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