Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] -thru functions and schemes support ...

 [1/3] from: petr::krenzelok::trz::cz at: 8-Sep-2000 11:47


Hi, I wnated to create script where I will download images from the web, but I need to cover space in the url and so I have to use schemes: foreach name image-names [ print ["downloading image:" name] insert tail images tmp: read/binary compose [ scheme: 'http host: "home-1.worldonline.cz" path: {~cz337780/Pictures/Some Pictures/} target: (name)] ] The problem is, that some of the images are simply the same for week or so, but I can't get it work with read-thru, as it doesn't 1) propagate binary refinement, 2) it doesn't work with the block scheme representation ... Could read-thru and load-thru be modified in any way to accept block? -pekr-

 [2/3] from: agem:crosswinds at: 8-Sep-2000 13:17


source read-thru and 1) it uses read/binary & second its short.. [Petr--Krenzelok--trz--cz] wrote on 8-Sep-2000/11:47:49+2:00

 [3/3] from: petr:krenzelok:trz:cz at: 8-Sep-2000 13:20


[agem--crosswinds--net] wrote:
> source read-thru and 1) it uses read/binary & second its short..
hey - I know ;-) My opinion is just it should be part of standard rebol release. You know - if something is put inside by RT - everyone's gonna use it. ... -pekr-