So I have created an alarm function: alarm: func[seconds message [string! unset!]][ 开发者_开发知识库wav: load %attention.wav
I wanted to try the example here http://www.codeconscious.com/rebol/rebol-net.html#HTTP print read/custom http://babelfish.altavista.com/translate.dyn reduce [\'POST {text=REBOL+Rules&lp=en_fr}]
I don\'t understand why async as described here http://www.rebol.com/article/0050.html is no more available in lastest releases. Will it return back any time soon or has开发者_如何学Python the name c
According to http://www.rebol.com/docs/core23/rebolcore-15.html You can use change/part to parse and replace but that doesn\'t work well with this where I just try to replace the block
... and I\'m hitting the wall, I don\'t understand why this doesn\'t work (I need to be able to parse either the single tag version (terminated with />) or the 2 tag versions (terminated with ) ):
Let say I have to parse a hierarchical set of tags <tag> <subtag1 attr1=value1 attr2=value2>
I thought I have seen this somewhere but can\'t find it开发者_Python百科 any more on google ? Short answer: No: Free versions of REBOL do not include Windows Registry functions.
I have reread chapter http://www.rebol.com/docs/core23/rebolcore-15.html on any and parse but can\'t achieve to parse this kind of 开发者_StackOverflow社区hiearchical structure: is it possible ?
I want to extract attribute1 and attribute3 values only. I don\'t understand why charset doesn\'t seem to work in my case to \"skip\" any other attributes (attribute3 is not extracted as I would like)
I have tested the new free Rebol ODBC with MS Access after reading the doc here http://www.rebol.com/docs/database.html