[REBOL] Blocks of Strings
From: louisaturk::coxinet::net at: 5-Nov-2002 0:04
Hi rebols, I have a block of strings in ordered sets of three: x: ["Bi,bloj" "bi,bloj" "nnfs" "gene,sewj" "ge,nesij" "ngfs" "VIhsou/" VIhsou/j "ngms"] I need to convert it into a block of blocks of strings: y: [["Bi,bloj" "bi,bloj" "nnfs"] ["gene,sewj" "ge,nesij" ngfs ] ["VIhsou/" "VIhsou/j" "ngms"]] What is the best way to do this? Thanks, Louis