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 14:41

Hi Vincent, to simulate the file should be better: summary_file: copy [] repeat n 14000 [ insert tail summary_file join "a mystring c" n ] now the string are not the same --- Ciao Romano