Hello ptretter,

Obviously, but I intended to show a simplified script where you
prepare a chunk of code (containing words that are not set) meant to be
used later on.

Sorry I haven't specified it along with my first post.

daniel

pcn> block: ["a" "b" "c"]
pcn> foreach member block [print member]


pcn> -----Original Message-----
pcn> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
pcn> Sent: Sunday, August 13, 2000 10:39 AM
pcn> To: [EMAIL PROTECTED]
pcn> Subject: [REBOL] word


pcn>   I am confused. Consider this small script:

pcn> REBOL []

pcn> block: ["a" "b" "c"]
pcn> code: [print member]
pcn> foreach member block [do code]

pcn> Upon execution, I get :

pcn> ** Script Error: member has no value.
pcn> ** Where: print member
>>>

pcn> I guess I have to use 'bind or 'use somewhere, but I'm not sure which
pcn> and how.

pcn> Thanks for your help



-- 
Fantam


Reply via email to