Re: Tiburón and FastCode
- From: "Dennis" <marianndkc@xxxxxxxxxxxxxxx>
- Date: Sat, 5 Apr 2008 19:26:26 +0200
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
.
- Follow-Ups:
- Re: Tiburón and FastCode
- From: Rudy Velthuis [TeamB]
- Re: Tiburón and FastCode
- References:
- Tiburón and FastCode
- From: Lee Grissom
- Re: Tiburón and FastCode
- From: Dennis
- Re: Tiburón and FastCode
- From: Rudy Velthuis [TeamB]
- Tiburón and FastCode
- Prev by Date: Re: FastCode Trim B&V 1.0.1
- Next by Date: Re: Tiburón and FastCode
- Previous by thread: Re: Tiburón and FastCode
- Next by thread: Re: Tiburón and FastCode
- Index(es):