From: Joe Van Dyk Date: 2006-11-02T10:02:36+09:00 Subject: String#unpack Hi, I have a string that contains only a C int. Is the way to get it out: the_string.unpack("i").first ? Is there another method that doesn't return an array? Joe