From: Liang He Date: 2007-10-12T01:42:15+09:00 Subject: how to pack an integer array to string? I want to pack an array such as [1,2,3,4] to "1234", instead of \001\002\003\004, how to do that? -- Posted via http://www.ruby-forum.com/.