Ladislav provided a work around, and here's another (for simple objects)...
>> msg: third make system/standard/email []
== [To: none CC: none BCC: none From: none Reply-To: none Date: none Subject: none
Return-Path: none Organizati
on: none Message-Id:...
>> msg: make object! head remove remove find msg to-set-word 'Subject
>> probe msg
make object! [
To: none
CC: none
BCC: none
From: none
Reply-To: none
Date: 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
]
Subject: gone!
-- Carl Read
On Saturday, 16-October-2004 at 23:13:41 you wrote,
>
> 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.
>
>
--
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.