[REBOL] Some niggley things Re:(3)

2000-03-09 Thread VoToNi
In einer eMail vom 10.03.00 00:35:31 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: > What I ended up using was: > > FOREACH [f-1 f-2 f-3 f-4 f-5] files [ > portfolio: MOLD TO STRING! > REDUCE [f-1 "+" f-2 "+" f-3 "+" f-4 "+" f-5] > > When I do it this way, I get

[REBOL] Some niggley things Re:(3)

2000-03-09 Thread icimjs
At 06:15 PM 3/9/00 +, you wrote: > >Hello, Elan: > >On 09-Mar-00, [EMAIL PROTECTED] wrote: > >> One possibility would be: > >> >> files: [%a %b %c %d %e %f %g %h %i %j] >> >> foreach [f-1 f-2 f-3 f-4 f-5] files [ >> print mold to string! >> reduce [f-1 "+" f-2 "+" f-3 "+" f-4 "+" f-5]

[REBOL] Some niggley things Re:(3)

2000-03-09 Thread ddalley
On 09-Mar-00, [EMAIL PROTECTED] wrote: > In einer eMail vom 09.03.00 06:33:20 (MEZ) Mitteleuropäische Zeit schreibt > [EMAIL PROTECTED]: > with > files: [%a %b %c %d %e %f %g %h %i %j %k] ; ( 11 // 5 <> 0) > gives > "a+b+c+d+e" > "f+g+h+i+j" > "k+none+none+none+none" A good point, but "none"

[REBOL] Some niggley things Re:(3)

2000-03-08 Thread icimjs
Hi Donald, >> Under windows I can read the directory saying: >> files: read /drive/folder/folder/ > >I tried using it directly, but... > >** Script Error: READ expected source argument of type: file url object block. >** Where: files: READ /Data2 /Stocks /Data You need a % character (In the prot