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

joining strings

From: semseddinm::bircom::com at: 27-Jul-2009 18:23

Hi, What is the best way to join a block into a string with a separator? I prefer not to use loop if it is possible. b: ["a" "b" "1" "2"] t: concat b "-" t => "a-b-1-2"