I'm really confused but when I test it the first time it failed but as you
mentioned it works now so ...

;-)
Richard

-----Message d'origine-----
De : Gregg Irwin [mailto:[EMAIL PROTECTED]]
Envoy� : mercredi 17 avril 2002 19:17
� : [EMAIL PROTECTED]
Objet : [REBOL] Re: How to use parenthesis


Hi Richard,

<< I have this instruction :

tcr: remove/part copy/part ligne 11  9

but I need to have something like this :

offset: 7
tcr: remove/part copy/part ligne (4 + offset) (2 + offset)

SO far, it doesn't work ??? >>

I get the same results here. Is the result wrong for both of them?

        >> ligne: "1234567890ABCDEF"
        == "1234567890ABCDEF"
        >> offset: 7
        == 7
        >> tcr: remove/part copy/part ligne (4 + offset) (2 + offset)
        == "0A"
        >> tcr: remove/part copy/part ligne 11  9
        == "0A"

--Gregg
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

Reply via email to