[REBOL] REBOL for Pocket PC

2004-05-08 Thread ML
Is there in fact a port of REBOl for Pocket PC 2002/2003? I'd like to grind down a lot of web content for display on such devices and for those websites that don't provide for mobile devices I think REBOL would be a good solution to transcode those sites on the device. Stuart -- To

[REBOL] Re: SMTP Authentication

2004-05-05 Thread ML
: [REBOL] Re: SMTP Authentication From: ML ... Sorry I didn't understand that the scripts were for SMTP on MS Exchange only. I know my ISP is not using Exchange servers, so do you think the scripts should still work, or is there another way to pass username/password to non Exchange

[REBOL] Re: Using repeat in write/append/lines

2004-05-05 Thread ML
PROTECTED] To: [EMAIL PROTECTED] Date: Tue, May-4-2004 3:30 PM Subject: [REBOL] Re: Using repeat in write/append/lines On Tue, 4 May 2004, ML wrote: I am adding lines to a text file and it is one of those things that I want to print out as many asterisks as is listed in a variable

[REBOL] Average of times

2004-05-03 Thread ML
I have a series of times which represents session durations of users. They are in the format dd:hh:mm What I want to figure out is how long the average session takes. Do I have to parse out the days and hours into minutes and then work out the average that way and then convert the result back

[REBOL] Re: Parsing out strings

2004-04-30 Thread ML
Thanks for that Scott, I hadn't read up on parse, but I will do now. Stuart Original Message From: Jones, Scott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, Apr-29-2004 7:36 PM Subject: [REBOL] Re: Parsing out strings From: ML ... Suppose the line I am

[REBOL] Re: Parsing out strings

2004-04-30 Thread ML
) [ first offset ][ select [user guest sysadmin root] priviledge ] have fun :-) HTH -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun. -Original Message- From: ML [mailto:[EMAIL

[REBOL] Re: SMTP Authentication

2004-04-29 Thread ML
No the message was never received. And no the SMTP server is not an Exchange box. If this doesn't work with non-Exchange SMTP servers, do you know of anything that does? Stuart Original Message From: Anton Rolls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu,

[REBOL] Re: SMTP Authentication

2004-04-29 Thread ML
Thanks Scott. Sorry I didn't understand that the scripts were for SMTP on MS Exchange only. I know my ISP is not using Exchange servers, so do you think the scripts should still work, or is there another way to pass username/password to non Exchange SMTP servers? Thanks for the help. Stuart

[REBOL] Parsing out strings

2004-04-29 Thread ML
I am pretty new to REBOL and am having a bit of trouble getting my head around how to parse out strings from lines I am reading in from session logs. I am looking at clear find and remove/part and things like this but I am getting very confused as to what to use when, I am more of a left$,

[REBOL] SMTP Authentication

2004-04-28 Thread ML
My SMTP server requires authentication with a username and password before allowing mail to be sent. I found esend.r and esmtp.r, installed those, ran them individually as in the instructions and then tries to use esend to send a mail. It ran without an error, but never popped up anuthing to