----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 21, 2000 12:32 PM
Subject: [REBOL] passing argument to a script


> how do i retrieve an argument from a script which is  called from a
command
> line. for example, pick one of the one-line examples for ftp'ing a file.
I'd
> like to call it from a shell like "rebol ftp.r afile"

either not none? system/script/args [
  args: system/script/args
][
  print "Required argument missing."
]

Regards,
Deryk


Reply via email to