Subject | Re: Stripping non numerics from a string column |
---|---|
Author | jrodenhi |
Post date | 2007-07-20T20:17:55Z |
Alexadre,
You are right. Off topic. And much appreciated.
Jack
--- In firebird-support@yahoogroups.com, Alexandre Benson Smith
<iblist@...> wrote:
You are right. Off topic. And much appreciated.
Jack
--- In firebird-support@yahoogroups.com, Alexandre Benson Smith
<iblist@...> wrote:
>Quite off topic here, but just as a note, you could have used
> StringReplace Delphi functionstring):string;
>
> function StripChar(const sTarget: string; const sStripChar:
> var
> I:Integer;
> begin
> Result := sTarget;
> For I := 1 to Length(sStripChar)
> Result := StringReplace(Result, sStripChar[I], '', [rfAll];
> end;
>
> see you !
>
> --
> Alexandre Benson Smith
> Development
> THOR Software e Comercial Ltda
> Santo Andre - Sao Paulo - Brazil
> www.thorsoftware.com.br
>