[REBOL] forming a string from a block but inserting a separation character
From: princepawn::lycos::com at: 28-Aug-2000 8:17
s: [ 9 8 7 6 5 4 3 2 1 ] How do I create the string "9.8.7.6.5.4.3.2.1" from it? I thought that reform would have a /sepchar refinement, but it didnt.