Hi!
I have a problem when I want to send an email. I use this code:
prm: to-file load system/script/args
if exists? prm [
dat: load prm
]
...
subj: pick dat 6 ; the 6 line in the file is: [a 1st message]
...
header: make system/standard/email compose [
...
subject: (reduce [subj])
...
]
It works sometime, except when the subj contain some words, like "1st". I mean
if
subject is [a test] works
but when is [a 1st test] fail
Any idea?
How I convert [a 1st test] to anything usefull in header?
Thanks in advance,
A.D.ing
http://www.zonator.com