> [email protected] escreveu: >> I try to resolve http://bugs.freepascal.org/view.php?id=15308 >> > > Is not that fixed by svn rev 14490? > >> problem is with str >> str(1.0:10,s); writeln(s); >> str(1.05:10,s);writeln(s); >> str(1.05e2,s);writeln(s); >> give results (: >> >> 1.000E+00 >> 1.0E+0000 >> 1.050000000000000E+0002 >> ^^// moving >> >> where I can find implementation of str >> > > AFAIK this is Delphi compatible.
I try this now with Delphi6 and all have only one space at front > > I tested some years ago while implementing sqlite dataset > Darek _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
