Hi Jason,

<< Q2: How do access headers within another REBOL script? >>

You need to LOAD it AFAIK. You can use the /header refinement and then the
header will be the first value.

        scr: load/header %test.r
        hdr: scr/1

You could also use the /all refinement and then make the header object
yourself.

        scr: load/allest.r
        hdr: make object! scr/rebol

Maybe someone else has a better way.

--Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to