Maybe simple the glorious all-beginners error ? ;-)
> currentpath: "ftp://blah:[EMAIL PROTECTED]/blah/blah/" ??
currentpath: COPY "ftp://blah:[EMAIL PROTECTED]/blah/blah/" ; !!
rebol-magic, note the internal SOURCE CHANGED below!
because of this use
[copy "whatever string or other series"]
ebollish
current-path, current-file naming convention ...
>
> save to-file currentfile block
> block: copy []
> ]
> ;This is END OF LOOP
>
If it will not help, send me a real code, except the names and passwords ...
Cheers,
-pekr-
>
> At 08:02 PM 7/25/00 +1200, you wrote:
>
blems will
>vanish.
>
>Andrew Martin
>ICQ: 26227169
>http://members.xoom.com/AndrewMartin/
>-><-
>
>
>
>- Original Message -
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, 25 July 2000 8:34 PM
>Subject: [REBOL] O
e function?
I think you'll find that when you clean up your script, your problems will
vanish.
Andrew Martin
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
-><-
- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 25 July 2000
currentfile: join currentblah [".r"] ;this is set in code but not included here
save to-file currentfile block
block: copy []
]
;This is END OF LOOP
At 08:02 PM 7/25/00 +1200, you wrote:
>Try:
> MyNewString: copy ""
> MyNewBlock: copy []
>
>Andrew Marti
Try:
MyNewString: copy ""
MyNewBlock: copy []
Andrew Martin
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
-><-
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 25 July 2000 5:50 PM
Subject: [REBO
I have been writing some code and can't seem to get consistent behavior
from 1 loop cycle to another in a FORALL
basically when I set some variables initially before going into the loop,
the loop cycles and at end of loop before it comes in again i reset the
variables to what they need to be.