[fpc-devel] Default IntToStr operator for '+' symbol.

Daniël Mantione daniel.mantione at freepascal.org
Sat Apr 30 22:51:31 CEST 2011



Op Fri, 29 Apr 2011, schreef Skybuck Flying:

> I just had an idea how to better layout floats and such. The old way of 
> laying them out in writeln can be used which I love and is great:
>
> Example:
>
> begin
>   s := vSomeFloat:16:16 + ' ' + vSomeFloat:16:16;
> end;

Good, then you really need to look into writestr, as Florian wrote, you 
will like it:

writestr(s,vSomeFloat:16:16,' ',vSomeFloat:16:16);

... works fine.

Daniël


More information about the fpc-devel mailing list