Interesting. I didn't even know you COULD pass an object to a function. Not only that, it never would have OCCURRED to me to do so. I am so deep...
Let's say that I want to write several programs that use a particular file, so I want to package up all the code that refers to that file in a...
I forgot that this site had a link on the REBOL site. I have had very good results getting help here, although it is not clear how many people...
Using an idea I found somewhere, possibly here, I have made a little function that I can use to break out of program logic to enter a primitive...
Again for completeness, here is a follow-up on the problem of using REBOL to call a powershell script. There is a hierarchy of execution policies....
Now that is interesting. If I did not finally know that 1) remote-addr is the address of the calling computer, 2) that remote-addr has a value of...
either system/options/cgi/remote-addr [ RUN-AS-CGI: true ] [ RUN-AS-CGI: false ] Thank you. Works like a charm.
I have a simple CGI program that accepts data from a form does stuff with it. Of course it crashes the first time, and the server error message is...
If the text looks like this: 0001This is is the start of article number one, etc.<br> 0002This is the start of article number two<br> ... then why...
Are you hoping to use the "parse" function, or is any solution acceptable as long as it works? Is it possible that a sentence could contain a...
Thank you. I did not know I could put a "do" in a layout like that. Your idea does indeed highlight file-names/data/3, and if you change the "3"...
Thank you. I have captured that solution in my little demo so I won't forget it. This episode shows three things that amaze me about the whole...
Separate names with a comma.