Here's a little question.  Suppose I do something like
msg: make system/standard/email []
probe msg
make object! [
    To: none
    CC: none
    BCC: none
    From: none
    Reply-To: none
    Date: none
    Subject: none
    Return-Path: none
    Organization: none
    Message-Id: none
    Comment: none
    X-REBOL: "1.2.1.3.1 http://WWW.REBOL.COM";
    MIME-Version: none
    Content-Type: none
    Content: none
]

Suppose I wish to remove a field, like Comment or X-REBOL.  How would I do 
that?  Can I ... delete a field, make it no longer a part of the object? 
Also, if it's not a 'field', what is it called, in REBOL?  Thanks.

--Charles 

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to