On 6/21/05, Gerard Cote <[EMAIL PROTECTED]> wrote: >=20 > Hi list, >=20 > Since I got no cue about my recent parse submit, I will restructure my pr= oblem another simpler way: >=20 > I have some word called 'name and its associated integer value 250. > >> name: 250 > =3D=3D 250 >=20 > I can verify the value associated with the word 'name from the global sys= tem/words object. > >> print system/words/name > 250 >=20 > Now for the difficult part (at least to me). I get another word called 'i= nfo that contains a reference to my former word 'name. > >> info: "name" > =3D=3D "name" >=20
!>> info: 'name =3D=3D name !>> get info =3D=3D 250 > When I ask to display its value, the word name is correctly associated bu= t it remains a string and is in no way considered as a real > word called 'name. > >> print system/words/info > name >=20 > What I would get is a substitution of the string "name" for the real word= 'name and then the associated value could be accessed - > indirectly. >=20 > I feel there is some way to do it but I can't up to now say which it is ?= ??? >=20 > I tried some basic knowledge I have but the result is not the one I want. > >> print system/words/:info > ** Script Error: Invalid path value: name > ** Where: halt-view > ** Near: print system/words/:info >=20 > May be I could join or append the 2 parts (system/words and info) in some= way but I have yet to get it done. >=20 > Thanks, > Gerard >=20 >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
