[REBOL] Re: Send/attach
From: Steven:White:ci:bloomington:mn:us at: 26-Nov-2003 11:45
Romano,
THANK YOU!
So parts of REBOL are written in...REBOL! Those RT guys are quite the
hackers.
A few items:
1. My cutting and pasting operation broke a couple long lines into two
lines, and caused some syntax errors. I was able to fix that.
2. In your note I believe you meant "source send" instead of "source
send-mail." I got by that also.
3. The code contained a "now/precise" which seems to not exist in my
AIX REBOL. The "precise" refinement seemed to be non-essential, so I
just deleted it, leaving only "now."
4. You also seem to need "source context" to make it
syntax-error-free. I copied that just the way I copied the other two
function.
Everything worked. I can send an email from an RS6000 to a desktop
computer, with a REBOL/View script as an attachment, and when the
recipient double-clicks the attachment the script runs at the
recipient's desktop computer.
>>> [rotenca--telvia--it] 11/26/03 09:53AM >>>
Hi,
> Well, that would help a bit if someone has that version. I am a bit
> confused about what is available. The REBOL download page shows
> 1.2.1.3.1 as the Windows version of VIEW. On the page linked as
recent
> beta version found here
the Windows version is called
> "view1210031.exe." UNFORTUNATELY, what I REALLY need to do what I
want
> to do (based on my understanding of the REBOL web site) is CORE 2.5.1
or
> later on AIX. According to the web site, this doesn't even exist.
I
> have sent a feedback asking them if they could get the AIX version up
to
> that level.
Download a recent version of View (1.2.10) or Core for a system you
have
(windows , linux).
Install it.
Now make:
source send-mail
copy the output and paste it in your code
Then make:
source build-attach-body
copy the output and paste it in your code
Now your code should work on AIX.
Or ask someone to send the missing code via email.
---
Ciao
Romano