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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to