Hi Maxim,
I would attend the get-together, would even consider talking about two
of my current related rebol projects...
Btw Maxim, I live in Sainte-Therese, I could provide car lifts for
people near my area...
Chris
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
sorry everyone,
I don't know what happened, there was an address mismatch... my origianl reply
was meant to be off the list... And I didn't put the list address when I created
it... don't know why outlook kept the list address... I think a little glitch
occured.
again, sorry for OT discussio
> This works WRT evaluation but give an other error I don't understand:
> ** rval needs a value
> ** Where: save
> ** Near: rval: do encloded-func
Note: "encloded-func" seems to be spelled wrongly. Perhaps it should:
"included-func"?
--
Andrew J Martin
ICQ: 26227169
http://www.rebol.it/Valley/
Hi Maarten,
MK> I tested it some more, and it works like a charm! Thanks for the
MK> time-saver. Especially the fact that it works modulo (max value of the
MK> supplied binary) is really nice.
Great! I wasn't sure if I had overlooked something, or if it was what
you wanted. I won't spend time o
Bonjour Max.
-For English readers, Max answered me in french... so I will use french in the
reply-
Coginov est une entreprise qui oeuvre principalement dans les secteurs des
auditions technologiques, de la micro-Impartition, et des (vrais) innovations
technologiques. Nous existons depuis deux a
Hi Robert,
On Saturday, April 3, 2004, 1:48:49 PM, you wrote:
RMM> But save is a native! Does anybody know this problem?
I guess you have a redefined SAVE. (Using SLIM? I think Max is
redefining SAVE, LOAD etc.)
Regards,
Gabriele.
--
Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Pro
Hi, IMO this is strange:
test: [a b c]
save-db: func [filename database][
save/all filename database
]
With this you will get an error:
** a has no value
save-db: func [filename 'database][
save/all filename database
]
This works WRT evaluation but give an other error I don't