Hi, Bryan,
Bryan Rasmussen wrote:
>
> Can one have a rebol script with a commandline argument so
> that one can call it like this
>
> rebolargs.r hello="world"
>
Within the running script
system/options/args
gives you a block of string arguments, and
system/script/args
gives you a single string with all of the above concatenated.
-jn-
--
; Joel Neely joeldotneelyatfedexdotcom
REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip
do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] {
| e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.