[REBOL] [REBOL] Reading REBOL header Re:

2000-04-08 Thread icimjs
Hi, try: >> print mold system/script/header The objects fields will all be set to none, unless you do a script first. At 04:37 PM 4/8/00 -0800, you wrote: >According to rebol documentation, the >rebol header is an object. > >If so, how does the rest of the script file >access the header? > >G

[REBOL] [REBOL] Reading REBOL header

2000-04-08 Thread tjohnson
According to rebol documentation, the rebol header is an object. If so, how does the rest of the script file access the header? Given the following code: REBOL [ Title: "Scan Web Sites" Date: 12-Nov-1997 Author: ["Ema User" "Wasa Writer"] ] print REBOL/Title ; the line above gene

[REBOL] TinyWeb & Rebol? Re:

2000-04-08 Thread bpaddock
In article <[EMAIL PROTECTED]>, you wrote: >Has any one ever tried to run rebol, under Windoze95, with >http://www.ritlabs.com/tinyweb/ server? > >It says it will run cgi's, and I like the looks of it >because it is only 53k, not many megs, like the others I've >tried. > >I get "%1 is not a vaild

[REBOL] free web hosting with rebol

2000-04-08 Thread victor
Hi listers! Can anybody tell me a free web space provider,such as tripod etc,where one can run rebol scripts? TIA -- Best regards, VICTORmailto:[EMAIL PROTECTED]

[REBOL] TinyWeb & Rebol?

2000-04-08 Thread bpaddock
Has any one ever tried to run rebol, under Windoze95, with http://www.ritlabs.com/tinyweb/ server? It says it will run cgi's, and I like the looks of it because it is only 53k, not many megs, like the others I've tried. I get "%1 is not a vaild win32 application" when I try to run tictac.r from

[REBOL] Re: Return types Re:(5)

2000-04-08 Thread giesse
Hello [EMAIL PROTECTED]! On 05-Apr-00, you wrote: i> Example usage: i>>> f: rt-func [a /local return-type [string!] ] [return a] BTW, I'd suggest you all to give a look at the source of the new 'help (/View beta 3). You will find an interesting piece of code. Hint: look for r-type. Regards,