Subject Re: UDF + Delphi
Author semprolbat
--- In ib-support@y..., "Andreas Prucha" <prucha@h...> wrote:

> Yep. IntToStr creates a AnsiString which InterBase can't handle.
And the parameters
> are usually passed by reference by default.

The reference is the problem. It works great now that I use pointers
instead of integers. ;-)

Thanks!