|
Pages: [1]
|
 |
|
Author
|
Topic: Invalid path value (Read 488 times)
|
|
kpeters
|
Hi ~ was quite surprised just now that this does abort with "Invalid path value": f: [ 1 2 3 ] i: 2 f/i
What does one do if a construct like this is needed? I am using pos: first skip f i
Is that really a good way? TIA, Kai
|
|
|
|
« Last Edit: August 04, 2007, 12:13:38 PM by kpeters »
|
Logged
|
|
|
|
|
Sunanda
|
Try this notation (note the colon): f/:i == 2
|
|
|
|
|
Logged
|
|
|
|
|
kpeters
|
Rebol is *always* simpler & more powerful than I think - thanks!
Kai
|
|
|
|
|
Logged
|
|
|
|
|
Bertrand
|
Try this notation (note the colon): f/:i == 2 >> f/(i) == 2 works too ! 
|
|
|
|
|
Logged
|
<Oo~ Bertrand ~oO>
|
|
|
|
|
Pages: [1]
|
|
|
 |