Subject | Re: [IBO] Date Array bug ... (IBO, solved) |
---|---|
Author | Jason Wharton |
Post date | 2000-12-11T19:32:14Z |
Thanks,
My brain often refuses to think on Monday morning. <g>
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
My brain often refuses to think on Monday morning. <g>
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Tobias Giesen" <tobias_subscriber@...>
To: <IBObjects@egroups.com>
Sent: Monday, December 11, 2000 10:57 AM
Subject: RE: [IBO] Date Array bug ... (IBO, solved)
> Jason:
> > So, what is the correct code?
>
> > try
> > isc_encode_TDateTime( tmpVal, pisc_quad( ABuf ));
> > finally
> > FillChar( ABuf^, EleSize, ArrayPadChar );
>
>
> Obviously it should be 'except', not finally. I sent a more powerful
> alternative to this code, including the ability to assign DATE's using
> strings, to you privately.
>
> Cheers,
> Tobias