Hi Kai, KP> ** Script Error: attempt has no value KP> ** Where: log-data KP> ** Near: attempt [write/append file data]
ATTEMPT was added in one of the more recent versions. You can patch it
in though.
attempt: func [
{Tries to evaluate and returns result or NONE on error.}
value
][
if not error? set/any 'value try :value [get/any 'value]
]
-- Gregg
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
