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

[REBOL] Re: Segmentation fault

From: rotenca:telvia:it at: 7-Nov-2003 19:27

Hi Vincent, Good to know. The problem should be in the ftp code. But you must use copy/deep if you think to re use the code. 2 additional notes: insert tail is a lot more fast than append. pick tmp 3 is a little more fast than tmp/3 --- Ciao Romano