Is there an easy way to merge/interleave two arrays (via a built-in)? I haven't found it. I.e. [1,4,2,5,3,6] = merge([1,2,3], [4,5,6]); TIA Fulko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.pm.org/pipermail/toronto-pm/attachments/20120118/045aa56e/attachment.html>