Hi .
You wrote:
LG> What value is in T? How you get it? Try to fill T by 'now' function...
This more strange...

program mailza;
uses
  err,
  Classes,
  Kol,
  Koledb,
  smtpsend,
  synautil,
  SZCodeBaseX,
  SimpleXML;

<<SKIPED CONST, GLOBVARS, FUNCT AND PROC>>
  
var
  //Local variables
  i       : Byte;
  sCurCon : string;  // Current connection string
  a,b     : Double;
  c,d     : Integer;

begin
  //OleError := MyDummyOleError;
  CurDate := Date();
  MsgOK(Double2Str(CurDate)); //732894
  CurDate := Now();
  MsgOK(Double2Str(CurDate)); //732894.991687824
  
<<SKIPED>>
end.

 

Best regards
Kirill Krasnov


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to