[REBOL] Re: REBOL/View 1.3 - invalid word datatype
From: antonr:iinet:au at: 26-Dec-2003 12:04
Well, I would assume you would catch the error, and then try to apply your own parse rules. You would have to try to split paths up, then reapply the load/catch/try-to-parse cycle on the pieces. Or your code could avoid path notation altogether, using pick, eg. pick d i._x then you don't have to recursively apply parse rules on pieces of a path. Anton.