rebol
Is there any system variable which contain rebol user.r directory?
Since user.r has changed directory depending on version, it is annoying for automatic script distribution which would depend on user.r not t开发者_如何学Goo know where it is. So is there any system va[详细]
2022-12-13 20:12 分类:问答What new Widgets in Rebol 3 Vid? [closed]
开发者_StackOverflowAs it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will like[详细]
2022-12-13 13:27 分类:问答What's the proper syntax in Rebol to execute an in-memory block of code including the header
This syntax doesn\'t work: >> 开发者_开发百科do load/header {rebol [Title: \"Hello World\"] Print System/Header/Script/Title }[详细]
2022-12-13 12:25 分类:问答Rebol Multitasking with Async: why do I get Invalid port spec
I tried http://www.mail-archive.com/rebol-list@rebol.com/msg19437.html (I just changed to www.reboltutorial.com) :[详细]
2022-12-10 02:35 分类:问答Why do I get this error when reading this url with rebol
http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=759 >> read http://www.informit.com/guides/content.aspx?g=dotnet&s[详细]
2022-12-09 23:38 分类:问答Rebol Call Command doesn't behave exactly like Dos command (ex with Subversion command line)
This Subversion import command works on dos command line: \"C:\\Program Files\\Subversion\\bin\\svn.exe\" import c:\\myproj file:///c:/svnrepo/myproj -m \"test\"[详细]
2022-12-09 23:11 分类:问答Rebol's DOM like library for Rebol's Block?
I agree with Carl that XML is too much verbose compared to Rebol\'s Block but there is no equivalent of XML DOM library for Rebol\'s Block or am I mistaken ?[详细]
2022-12-09 22:28 分类:问答Is it possible to intercept rebol's console error?
Let\'s say I type a stupid command in Rebol Console like >> AWordThatMeansNothing ** Script Error: AWordThatMeansNothing has no value[详细]
2022-12-09 22:01 分类:问答In Rebol is it possible to clean up some global words from memory?
I know that the gl开发者_运维百科obal words is limited to something like 2500 words. What if I fear to reach the limit, I would like to create and destroy words on the fly with something like unset: w[详细]
2022-12-09 19:58 分类:问答Why Rebol Copy Big File fails with really big files whereas windows explorer doesn't?
I tried carl function http://www.rebol.com/article/0281.html with 155 Mo it works. Then I tested with 7 Go it fails without saying the limit.[详细]
2022-12-09 19:55 分类:问答