Re: Tiburón and FastCode



Hi Rudy

TCharPosFunction = function(Chr : Char; const Str : AnsiString) :
Integer;

That uses Char, not AnsiChar, so it should have a big problem. <g>

OK

Is this good?

TCharPosFunction = function(Chr : AnsiChar; const Str : AnsiString) :
Integer;

Guess we have much work to do ;-)

Best regards
Dennis Kjaer Christensen


.