RightStr is a Delphi funtion in StrUtils and here is StrEqual which also 
uses a function in StrUtils.

function StrEqual(const sCompare, sTo: String): Boolean;
begin
  Result := SameText(sCompare, sTo);
end;



----- Original Message ----- 
From: "M Tuttle" <[EMAIL PROTECTED]>
To: "Delphi-Talk Discussion List" <delphi-talk@elists.org>
Sent: Monday, June 19, 2006 3:57 PM
Subject: Re: Anyone know a name formatings function that will 
changemcdonaldtoMcDonald?


> Greeting Cameron,
>
> I really appreciate the code you have shared. Thankyou so much.   Looks 
> like
> it requires StrEqual and RightStr at a minimum to compile.  Could you 
> please
> forward them as well?
>
> Thanks
>
> Mike
>
> ----- Original Message ----- 
> From: "Cameron Cole" <[EMAIL PROTECTED]>
> To: "Delphi-Talk Discussion List" <delphi-talk@elists.org>
> Sent: Monday, June 19, 2006 1:16 PM
> Subject: Re: Anyone know a name formatings function that will change
> mcdonaldtoMcDonald?
>
>
>> We wrote one and it works well enough... not pretty though.  You may also
>> need some other functions from our library.
>
>
> __________________________________________________
> Delphi-Talk mailing list -> Delphi-Talk@elists.org
> http://www.elists.org/mailman/listinfo/delphi-talk
>
> 

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to