rebol
Where can I get a copy of the Rebol Flash Dialect?
Searching for \"Rebol Flash Dialect\" on Google finds http://box.lebeda.ws/~hmm/rs开发者_高级运维wf/[详细]
2023-03-17 07:44 分类:问答How to probe rebol layout but just get original spec
Let开发者_运维技巧\'s take: panel1: layout [ origin 8x8 h2 \"Panel 1\" field \"Field 1\" field \"Field 2\"[详细]
2023-03-15 15:12 分类:问答How to chain make object with method call?
Let\'s say I have WORLD: make object! [ people: make Object! [] cars: make Object! [] factories: make Object! [][详细]
2023-03-15 12:40 分类:问答How to access directories and files of an intranet in Windows using Rebol?
How can I access directories and files of an intranet in Windows using Rebol? How can 开发者_运维问答I read a file such as this? :[详细]
2023-03-15 03:37 分类:问答How do I get the radio button value in Rebol?
I tried this but colors is unknown (I searched a开发者_开发知识库ll over internet amazingly not one single person has documented it !):[详细]
2023-03-14 03:02 分类:问答Why Missing [ at end-of-block?
I copied the source of http://www.ross-gill.com/r/link-up.html to linkup.r and after do %linkup.r I go开发者_StackOverflow中文版t[详细]
2023-03-14 02:59 分类:问答How to mix together string parsing and block parsing in the same rule?
It\'s cool that Rebol\'s PARSE dialect is generalized enough that it can do pattern matching and extraction on symbolic structures as well as on strings.Like this:[详细]
2023-03-13 15:53 分类:问答Rebol library access
Isn\'t library access free in R2? I\'m running 2.7.8.4.2 on Ubuntu and R2 complains when I try to load Dobeash\'s sqlite.r, I see this message:[详细]
2023-03-07 15:08 分类:问答Rebol - HTTP response headers
Where does Rebol (R2) save the HTTP response headers after a call to the read function (which just seems to return the page 开发者_JAVA技巧content)?Not sure there is an easy way to get the headers aft[详细]
2023-03-03 04:57 分类:问答Best way to parse this in Rebol
How do I extract the transaction receipt datetime with the least bit of noise in my parse rule from the following HTML? (The output I\'m looking to get is this: \"Transaction Receipt: 04/28/2011 17:03[详细]
2023-03-01 11:42 分类:问答