Set inside parse actually accepts only words. When you must set them inside a context, a map or any other element accepting paths, you must use a temporary word and then Red code in paren! as:
parse data [set str string! (myobject/mystring: str)]
It would save a lot of code if set in parse could accept paths. (We actually have this syntax for the native set)
Thank you!
Setinsideparseactually accepts only words. When you must set them inside acontext, amapor any other element acceptingpaths, you must use a temporarywordand then Red code inparen!as:parse data [set str string! (myobject/mystring: str)]It would save a lot of code if
setinparsecould acceptpaths. (We actually have this syntax for the nativeset)Thank you!