[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-countTry: 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