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

more than one pain

 [1/5] from: rebolek::seznam::cz at: 5-Jun-2002 12:35


yes yes, lots of pain... Stop the discussion, please. Some people need 'clone, some don't. And we all know how it's going with RT: if someone needs something, he must pay for it ;-) So, Cyphre, pekr and all other (CZs ;) on list who needs 'clone: let's get some bucks together and - voila! - we'll have it! ;-) No I'm just joking I need something else, look:
>> a: [1 2] >> b: 1x2 >> c: true >> a/:c
== 1 that's great I'm using it always, but
>> b/:c
** Script Error: Invalid path value: true ** Near: b/:c That's bad. I've got use for it but it does not work :( anybody? bolek

 [2/5] from: g:santilli:tiscalinet:it at: 5-Jun-2002 14:02


Hi Boleslav, On Wednesday, June 05, 2002, 12:35:51 PM, you wrote:
>>> b/:c
BB> ** Script Error: Invalid path value: true BB> ** Near: b/:c BB> That's bad. I've got use for it but it does not work :( BB> anybody? It's just a workaround, and you surely know it...
>> a: [x y]
== [x y]
>> b: 1x2
== 1x2
>> c: true
== true
>> c': a/:c
== x
>> b/:c'
== 1 Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [3/5] from: rotenca:telvia:it at: 5-Jun-2002 17:42


Hi,
> It's just a workaround, and you surely know it... > >> a: [x y]
<<quoted lines omitted: 7>>
> >> b/:c' > == 1
Or pick b c --- Ciao Romano

 [4/5] from: carl:cybercraft at: 6-Jun-2002 8:54


On 06-Jun-02, Romano Paolo Tenca wrote:
> Hi, >> It's just a workaround, and you surely know it...
<<quoted lines omitted: 9>>
>>>> b/:c' >> == 1
And I don't think it works as Boleslav was wanting...
>> c: false
== false
>> b/:c'
== 1
> Or > pick b c
That does though.
>> b: 1x2
== 1x2
>> c: true
== true
>> pick b c
== 1
>> c: false
== false
>> pick b c
== 2 That you can do that but not...
>> b/:c
** Script Error: Invalid path value: false ** Near: b/:c is certainly inconsistant, if not an outright bug. All dependant on how paths are supposed to be imagined I guess... -- Carl Read

 [5/5] from: rebolek:seznam:cz at: 6-Jun-2002 7:23


That's great solution, thanks, now I can shorten some of my scripts by factor of 2 :-) ---- Hi,
> It's just a workaround, and you surely know it... > >> a: [x y]
<<quoted lines omitted: 7>>
> >> b/:c' > == 1
Or pick b c --- Ciao Romano -- To unsubscribe from this list, please send an email to [rebol-request--rebol--com] with "unsubscribe" in the subject, without the quotes. --- P=F8=EDchoz=ED zpr=E1va neobsahuje viry.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted