From: Shuaib Zahda Date: 2007-10-17T19:53:22+09:00 Subject: 2 dimensional array Dear all I worked for quite some hours and i googled the two dimensional array in ruby and yet my problem is partially solved I want to declare 2-dimensional arrays it has 6 columns but uknow number of columns. i tried this way array = [][] # did not work array = [[],[]] # it works but only for two elements. another question I believe the answer is no but i want to confirm can we have multi-dimensional hash? :) any one has any idea to share Regards Shuaib -- Posted via http://www.ruby-forum.com/.