Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to use parenthesis

From: chalz:earthlink at: 18-Apr-2002 0:39

Here's what I get in /Core:
>> line: "abcdefghijklmnopqrstuvwxyz"
== "abcdefghijklmnopqrstuvwxyz"
>> tcr: remove/part copy/part line 11 9
== "jk"
>> offset: 7
== 7
>> line
== "abcdefghijklmnopqrstuvwxyz"
>> tcr: remove/part copy/part line (4 + offset) (2 + offset)
== "jk"
>>
How is that not working? ----- Original Message ----- From: "COFFRE Richard FTO" <[richard--coffre--francetelecom--com]> To: <[rebol-list--rebol--com]> Sent: Wednesday, April 17, 2002 9:41 AM Subject: [REBOL] How to use parenthesis Hi Rebolers, 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 ??? Richard Coffre France Telecom Orbiscom Tél. : 01 47 61 46 28 Share what you know, learn what you don't