Hi Philippe,
[EMAIL PROTECTED] wrote: > Hello Peter, > > >>>mystring: "123456" > > =3D=3D "123456" > remove find mystring last mystring > =3D=3D "" > probe mystring > =3D=3D "12345" But it only works, if the last charater is nowhere else in the string. >> mystring: "123456543" == "123456543" >> remove find mystring last mystring == "456543" >> mystring == "12456543" This is propably not what you want. Ingo -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
