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

[REBOL] Re: FW: Re: [append][series]Appending to a series of strings

From: lmecir:mbox:vol:cz at: 20-Nov-2003 12:14

Hi, my solution using Parse (I think, that it is much faster, than other solutions): scores: clear [] loop 30 [append scores random 20] group: [p: set i integer! any i q: (print ["score:" i "tallies:" offset? p q])] parse probe sort scores [any group] Anton Rolls napsal(a):