Subject | Re: [firebird-support] Re: Baffled by UDF results |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-04-16T09:49:58Z |
On 16 Apr 2004 at 6:53, Peter wrote:
database.
SY, Dimitry Sibiryakov.
>The Exact Declaration and function is:Ok. Make another step and show us declaration of this function in
>function Total(var V1,V2,V3: currency): currency; cdecl; export;
>
>function Total(var V1,V2,V3: currency): currency;
>begin
> result := V1+V2+V3;
>end;
database.
SY, Dimitry Sibiryakov.