[REBOL] Re: Confused???
From: edanaii:cox at: 14-Jul-2002 14:46
Volker Nitsch wrote:
>(not tested)
>
> while[not empty? Inbox] [
> Mail: Import-email First Inbox
> Print [ Index? Inbox Mail/Subject ]
> Remove Inbox
> ]
>
>if you don't want to remove everything
> while[not empty? series][
> either i-want-to-keep-it[
> series: next series
> ][
> remove series
> ]
> ]
>
That did the trick!
Thanks Volker.
I forgot all about the while loop. But I guess that's what happens when
you only get to spend about an hour a week on a new language. :)
--
Sincerely, |
Ed Dana | Courage is fear holding on a minute longer.
Software Developer | -- General George S. Patton
1Ghz Athlon Amiga |