[REBOL] Odd behavior with setting variables Re:(3)

2000-07-25 Thread agem
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"]

[REBOL] Odd behavior with setting variables Re:(3)

2000-07-25 Thread Petr . Krenzelok
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: >

[REBOL] Odd behavior with setting variables Re:(4)

2000-07-25 Thread webmaster
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

[REBOL] Odd behavior with setting variables Re:(3)

2000-07-25 Thread Al . Bri
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

[REBOL] Odd behavior with setting variables Re:(2)

2000-07-25 Thread webmaster
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

[REBOL] Odd behavior with setting variables Re:

2000-07-25 Thread Al . Bri
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

[REBOL] Odd behavior with setting variables

2000-07-24 Thread webmaster
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.