From: Adna rim Date: 2008-02-16T01:34:58+09:00 Subject: Which data-type can I use for this task? Hi, I have a little question. I have a list here like this: street house person age street house person age street house person age .... Now I wanna store them in a data type like an array. I tied this here: information = [Street=[],House=[],Person=[],Age=[]] but If I wanna now fill it like information.Street << firstentry I always get an error telling undefined method Street... With which datatype do I best realize this?