Re: [fpc-pascal] StrToTime function

2008-05-08 Thread Felipe Monteiro de Carvalho
> 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

Re: [fpc-pascal] Decimal dot

2008-05-08 Thread Felipe Monteiro de Carvalho
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

Re: [fpc-pascal] StrToTime function

2008-05-08 Thread Jonas Maebe
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

Re: [fpc-pascal] Decimal dot

2008-05-08 Thread Koenraad Lelong
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

Re: [fpc-pascal] Decimal dot

2008-05-08 Thread Michael Van Canneyt
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

[fpc-pascal] Decimal dot

2008-05-08 Thread Koenraad Lelong
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

[fpc-pascal] StrToTime function

2008-05-08 Thread Koenraad Lelong
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

[fpc-pascal] windows mobile API documentation

2008-05-08 Thread Pianoman
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