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

[REBOL] Re: Invalid Path Value

From: arolls:bigpond:au at: 1-Dec-2000 0:44

Ryan, you want: rotation-file/:rotation-count See this:
>> a: [10 20 30]
== [10 20 30]
>> b: 2
== 2
>> a/b
** Script Error: Invalid path value: b. ** Where: a/b
>> a/:b
== 20 Anton.