> It is already solved in svn.
Looks a good candidate to merge in 2.2.2, if not already merged
--
Felipe Monteiro de Carvalho
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
There is fpspreadsheet, a library you can use to output the file in
Excel format (which OO.org should be able to read):
http://wiki.lazarus.freepascal.org/FPSpreadsheet
In there wiki there is a very old (but working) code to write Excel 2
files. The current fpSpreadsheet code is much more advance
On 08 May 2008, at 21:38, Koenraad Lelong wrote:
The value for 12:00 is not right IMHO.
I briefly looked at the source to see how it works, but I don't see it
immediately.
Is this a known problem ?
That's the least you could say:
http://bugs.freepascal.org/view.php?id=7701
http://bugs.freepas
Michael Van Canneyt schreef:
>
> On Thu, 8 May 2008, Koenraad Lelong wrote:
>
>> Hello,
>> I need to log some real values so I write them to a file. Unfortunately
>> the real's are in the form of xxx.yyy, mark the dot. If I try to import
>> that file in OOo Calc, on the same PC, I get text-values
On Thu, 8 May 2008, Koenraad Lelong wrote:
> Hello,
> I need to log some real values so I write them to a file. Unfortunately
> the real's are in the form of xxx.yyy, mark the dot. If I try to import
> that file in OOo Calc, on the same PC, I get text-values instead of
> numbers. If I substitue
Hello,
I need to log some real values so I write them to a file. Unfortunately
the real's are in the form of xxx.yyy, mark the dot. If I try to import
that file in OOo Calc, on the same PC, I get text-values instead of
numbers. If I substitue the dots by comma's I get number-values and I
can make g
Hello,
I need the StrToTime function, but it doesn't behave well I think. A
testprogram, running on Linux, compiled with fpc 2.2.0 :
program TimeTest;
uses sysutils;
var
i : integer;
DT : TDatetime;
T1Str : string;
T2Str : string;
begin
for i:=0 to 23 do
begin
T1Str:=IntToStr(i);
if L
Hello, nearly year ago, I was interested about programming for mobile phones
running windows mobile like motorola mpx220 or similar ones finally I got some
time to start I compiled FPC for windows CE but I am not able to find any
complex info about windows CE API like it was for win32 (a large s