Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- From: "Boubahha" <fsdf@xxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 16:42:43 +0100
Function RemoveConsecDuplicate ( string ; start )
------------------------------------------
If(
Length( string );
If(
Lower( Right( start; 1 ) ) = Lower( Left( string; 1 ) );
RemoveConsecDuplicate( Middle( string; 2; Length( string ) );
start );
RemoveConsecDuplicate( Middle( string; 2; Length( string ) ); start &
Left( string; 1 ) )
);
start
)
------------------------------------------
"Bill Marriott" <wjm@xxxxxxx> a écrit dans le message de news:
dNOdnVHpaO7gzxHenZ2dnUVZ_sCdnZ2d@xxxxxxxxxxxxxx
> Answered under your prior thread.
>
> "Boubahha" <fsdf@xxxxxxxxxxxx> wrote in message
> news:438c1f2a$0$5996$636a15ce@xxxxxxxxxxxxxxx
>> Hello,
>>
>> I'm trying to convert doubles into simple...
>>
>> "bb"->"b"
>> "aaaaabbbbeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeerrrrrrrrrrrrrrrrrrrtt"->"abert"
>> etc...
>>
>> Is there a way to do it?
>>
>> Thanks :-)
>>
>
>
.
- Follow-Ups:
- Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- From: Bill Marriott
- Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- References:
- Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- From: Boubahha
- Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- From: Bill Marriott
- Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- Prev by Date: [Ann] Confessions of a Webaholic FileMaker Newsletter
- Next by Date: Re: Auto update Todays Date record script
- Previous by thread: Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- Next by thread: Re: Way to transform "bbbbbbbbbbbbbeee" into "be" ?
- Index(es):
Relevant Pages
|
|