[REBOL] Re: Why is it not possible to use double quotes within arguments to a re
From: antonr:iinet:au at: 2-Sep-2003 12:48
Maybe use enbase & debase ?>> val: enbase {"hello"}== "ImhlbGxvIg==" ; now pass to command line>> to-string debase val== {"hello"} Anton.