Hi, folks: One of my scripts stopped working on Friday and I have not been successful in finding out why. All it does is write a series of web pages to a ram disk. I re-did the examples in the docs, but the same error occurs, right from the console. I copied the URL that REBOL used from the con trace and pasted it into my browser, but it worked! >> write %/ram/rebolpage.html READ http://www.rebol.com connecting to: www.rebol.com ** Script Error: Cannot use path on none! value. ** Where: port/sub-port/timeout: port/timeout port/sub-port/user: port/user port/sub-port/pass: and >> write %/ram/TSEpage.html READ http://www.tse.com/content.html connecting to: www.tse.com ** Script Error: Cannot use path on none! value. ** Where: port/sub-port/timeout: port/timeout port/sub-port/user: port/user port/sub-port/pass: All of my other scripts, which all use similar code, still work. What's happening? -- ---===///||| Donald Dalley |||\\\===--- The World of AmiBroker Support http://webhome.idirect.com/~ddalley UIN/ICQ#: 65203020
