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

[REBOL] Re: --do argument does not respond

From: antonr:iinet:au at: 8-Aug-2003 14:11

I can't get --do to work on latest view beta (1.2.10) either. This is another way to pass information into a script: D:\Anton\Dev\Rebol\View\view1210031.exe -- "do-anton-user?: true" Then in user.r, do this: use [args] [if args: system/options/args [do first args]] if value? 'do-anton-user? [ ; do what you want ] I used this in many different versions so far. Hope it solves your problem. Anton.