RE: Replace string, help!

From: Willybee <willybee_at_lycosmail.com>
Date: Fri, 16 Feb 2001 07:11:23 GMT
Message-ID: <vo4j6.8615$YE4.265465_at_telenews.teleline.es>


Hi!

[Quoted] Thanks, I use 'replace' but I have another problem with this strings.

Original:

MY CAR (DUBLIN)
MY CAR (VIENNA)
MY CAR (SPAIN)

Replace String (result)

MY OLD CAR (DUBLIN)
MY OLD CAR (VIENNA)
MY OLD CAR (SPAIN)

Only I can replace any words of the string, but when I use 'replace' command:

REPLACE ('MY CAR ','MY CAR ','MY OLD CAR '); Result:
MY OLD CAR
MY OLD CAR
MY OLD CAR But... The another string??? (DUBLIN) (VIENNA) (SPAIN) ???

Thx.... Received on Fri Feb 16 2001 - 08:11:23 CET

Original text of this message