[REBOL] Command Line Args Re:(5)

2000-03-13 Thread giesse
[EMAIL PROTECTED] wrote: > Yes please. In the case of 'simple things should be simple > to do': > > probe system/options/args > gets args > > probe system/options > shows the options object > > probe system > crashes rebol and requires me to use browse-system.r script??? This is not as st

[REBOL] FTP timeout 2 Re:

2000-03-13 Thread blenain
Both ways worked for me. I am using version 2.2.0.3.1 Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 12, 2000 2:23 PM To: [EMAIL PROTECTED] Subject: [REBOL] FTP timeout 2 Hi Rebols, I'm sorry for the previous msg about FTP Timeout. I f

[REBOL] "{" in strings - workarounds?

2000-03-13 Thread VoToNi
my little email-database is crashed. Caused by some emails which contained unpaired "{". they are stored in a block which is wrong molded by 'save. When will this be fixed? Now i have to think about workarounds Is there something like another mold out there? Should i do store of the long content-

[REBOL] Is there a shorter way to pass refinements? Re:(2)

2000-03-13 Thread VoToNi
In einer eMail vom 12.03.00 08:09:17 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: Thanks. I needed a simple path! The way i can't find :-). I try to understand it. Volker << Volker asked: > Is there a shorter way to pass refinements? > > for example > a: func[ /header][] >

[REBOL] "{" in strings - workarounds? Re:

2000-03-13 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 13, 2000 9:47 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [REBOL] "{" in strings - workarounds? > Caused by some emails which contained > unpaired "{". > they are stored in a

[REBOL] FTP timeout 2 Re:

2000-03-13 Thread zoon
[EMAIL PROTECTED] wrote: > > Hi Rebols, > > I'm sorry for the previous msg about FTP Timeout. I found out what's going > on BUT need some HELP to understand the problem > > Those who can help me I'll be very gratefull . > > There's is a script attached and a Windows shortcut to call it. > > J

[REBOL] Function without argument ...

2000-03-13 Thread ebz
Hi ! Newbie question !!! Is it possible to test a lack of argument in a function ? I try things like this but... it doesn't work ! tst: func [ {help for tst...} x [integer!] ][ if none? x [help tst] print x ] tst ** Script Error: tst expected x argument of type: integer. ** Wh

[REBOL] Function without argument ... Re:

2000-03-13 Thread mjelinek
AFAIK function arguments are required when calling a function. I'm not sure how you are trying to use the function, but you have a couple of options. 1) You can pass ANY value to a function argument. This includes none!. Example: tst: func [ {help for tst...} x [integer! none!] ][ if

[REBOL] Freenet Protocol help needed, was closing port within protocol Re:(4)

2000-03-13 Thread ingo
Hi Gabriele, thanks for your help so far, I know the "too much work now" too well myself :-) I'll try to play around this a little ... Oh, and I'm using Linux. regards, Ingo Those were the words of [EMAIL PROTECTED]: > [EMAIL PROTECTED] wrote: <...> > Hmm... this is with what OS? Anyway,

[REBOL] "{" in strings - workarounds? Re:(2)

2000-03-13 Thread VoToNi
In einer eMail vom 13.03.00 18:09:09 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: << > Caused by some emails which contained > unpaired "{". > they are stored in a block which is wrong molded by 'save. > When will this be fixed? Hi, would it be possible to do a search/replace b

[REBOL] Function without argument ... Re:

2000-03-13 Thread VoToNi
In einer eMail vom 13.03.00 19:34:33 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: << s it possible to test a lack of argument in a function ? I try things like this but... it doesn't work ! tst: func [ {help for tst...} x [integer!] ][ if none? x [help tst] pr

[REBOL] Finding current dir?

2000-03-13 Thread bpaddock
I have question about what is considered the "current directory"? Under Windoze95, with rebol.exe in my path. I can be in any directory any place on my machine or Novell network type "rebol" to start up Rebol. I can do 'print what-dir' and get exactly what I expect, say N:\C\410 for example, i

[REBOL] Function without argument ... Re:(2)

2000-03-13 Thread BSchneider
Hi, Does this help? tst: func [ {help for tst...} x [none! integer!] ' Argument must be either of integer or none datatype. ][ if none? x [help tst] print x ] Regards, Bernie Schneider Systems Analyst CIBER, Inc. 303-224-4159 [EMAIL PROTECTED] > -Original Message

[REBOL] Finding current dir? Re:

2000-03-13 Thread BSchneider
Hi, I've run into the same problem, and it really makes my applications more difficult to develop for end user simplicity. I like your suggested solution. Have you submitted it to [EMAIL PROTECTED]? Regards, Bernie Schneider Systems Analyst CIBER, Inc. 303-224-4159 [EMAIL PROTECTED] > -O

[REBOL] using environment variables Re:(3)

2000-03-13 Thread Jean . Holzammer
Hi, I don't think there's a general way to set/get environment variables in REBOL as different OSs use different mechanisms to provide env vars. Under AmigaOS global env vars are ascii files located in the ENV: path . One could write following functions to set/get them (not tested yet). func se

[REBOL] page fault

2000-03-13 Thread kenss . lo
I got a page fault at 0137:00412d4c when I do >> p: read http://user:passwd@hostname/private using rebol 2.2.0.3.1 win95 version. Strangely if I use an incorrect user:passwd it just get a 401 error and no page fault.

[REBOL] Gizmo ....

2000-03-13 Thread Petr . Krenzelok
Hi, I've just read one article about some new Internet technology. You can read the article at: http://www.zdnet.com/pcweek/stories/news/0,4153,2461323,00.html btw: I just wonder, what RT strategy is. Will RT look for technology partners? Does RT marketing work outside RT website area? I hope w