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

[REBOL] Re: Problem with to-block

From: chrismason::ukf::net at: 19-Nov-2002 8:42

Hi I am having problems converting a string to a block! type, each time the first character is a number the script fails with invalid decimal error. I am using the beta release of view from Rebol.com The code segement is: file-path: to-block replace/all file-path "/" "" file-path contains a url like http://127.0.0.1/index.html The idea of the program is to cache a website, modifiying all links to work locally on the machine. Please help! Chris Mason