Well, well Dominic Zukiewicz, OK then but...
> > On Wed, 7 Apr 1999 10:16:47 +0200, Oliver Wagner wrote about:
> > > From:             "Dominic Zukiewicz" <[EMAIL PROTECTED]>
> > > 
> > > > I was wondering, how I could change the amount of time it has to wait
> > > > befoer it checks my e-mails.At the moment it's set up at 5 minutes,
> > > > and is really annoying me. Is there any way to change it to say - 25
> > > > minutes??
> > > 
> > > Currently not possible. I wanted to add this option to 1.3, but totally 
> > > forgot. Sorry. Next update.
> > > 
> > > Olli
> > > 
> > How about something along the lines of this in Rexx running in the
> > background or would that cause problems with MD if it didn't return.
> >  /*  */
> > ..
> > mins=25
> > do until ~show(p,'MD.1')
> >  GetMailNews 'Mail'
> >  call delay(50*60*mins)
> > end
> > ..
> > Jon
> > 
> > 
> This is a copy of what I wrote in a file.
> 
> /* Program to delay mail checking */
> ADDRESS MD.1
> mins=25
> do until ~show(p,'MD.1')
>   GetMailNews 'Mail'
>   call delay(50*60*mins)
> end
> 
> Apparently there's an error in line 6 - Function not found. What's
> happened??
> 
I can't rember but I think delay neads a arexx lib.  You might just
load that aress lib anyway but most people don't.  Neil and me had
same problem with AREXX script we were trying to get working.  All it
was his AREXX script to use CAMCONTROLL and as I have ProGrab we add
the feature of ProGrab to it as well.  Such simple thing ended up not
being so, main because Neil had already loaded nead lib and didn't on
my system.  Of couse because of that it did work.  Well in the end
Neil got it work after all bug reports I'll sent to him about it.
-- 
Think about it, ProPassWord. mailto:[EMAIL PROTECTED]
--
Satanic Dreams / Yellow and Blue Team
\\//Amiga\\// Team Amiga RC5
--
603e+ 233/040�PowerUP, 32 Meg, BVision, Zip, DVD, Kickstart 3.1
Pace56 External voice, ISP http://www.wirenet.co.uk/
ICQ 21765436

Reply via email to