Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] command line arguments

From: tmail5:cogeco:ca at: 2-Apr-2004 17:29

On Fri, 02 Apr 2004 23:35:48 +0200, you wrote:
>You get an error because >>> type? first arg >== string! > >So change >binkd-log: read/lines arg/1 >to >binkd-log: read/lines to-file arg/1
i had tried that, but there was an error later on that i mistook for an error with the first argument, but turns out it was for a second argument... everything works fine now...much appreciated....