How about trying: aUrl: to-url rejoin ["http://" address] Ira [EMAIL PROTECTED] wrote: > After trying numberous ways - I still don't know how to make up an URL from > a variable. > > e.g. > > address: "www.rebol.com" > aUrl: to-url [ "http" address ] > > [... what you get is 'http://address' not 'http://www.rebol.com' ...] > > This doesn't work. Nor does ':address' for 'address'. > How do you do this? > > Thank you.
