[EMAIL PROTECTED] wrote:
> I have a small script named t04.r with a header like:
> 
> REBOL [ Title: " test "  Author: " ww " ]
> 
> this is loaded with
> 
>      do %t04.r
>  or
>      do load %t04.r
> 
> I  have tried to access the header fields with many variations of
> 
>        Title
>         mold system/script
>         REBOL/Title
> 
> etc. but nothing works. What do I need to do here?

>> help load
Loads a file, URL, or string. Binds words to global context.
Arguments:
    source --  (file url string any-block)
Refinements:
    /header -- Includes REBOL header object if present.
    /next -- Load the next value only. Return block with value and new
position.

t04: load/header %t04.r
probe first t04

Andrew Martin
Generic dialect done.
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to