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

[REBOL] Re: Invalid Path Value

From: al:bri:xtra at: 1-Dec-2000 10:13

> >> print rotation-file/rotation-count > ** Script Error: Invalid path value: rotation-count. > ** Where: print rotation-file/rotation-count
Try: rotation-file/:rotation-count Note the colon ":" which means "get" the value of the following word, instead of using the word literally. You also may be interested in looking at the object! datatype. Andrew Martin