Path: news.daimi.aau.dk!news.uni-c.dk!news-inn.uni-c.dk!news.uni-c.dk!newsfeed.cs.auc.dk!news From: hoehle@cs.auc.dk (Michael Hoehle) Newsgroups: comp.lang.beta Subject: Multidimensional Repetitions (arrays) Date: 10 Dec 1996 00:32:09 +0100 Organization: Department of Computer Science at Aalborg University Lines: 23 Sender: hoehle@femto.cs.auc.dk Message-ID: NNTP-Posting-Host: femto.cs.auc.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Gnus v5.0 Xref: news.daimi.aau.dk comp.lang.beta:10901 Hello All, I'm looking for a smart way to implement multideminsional arrays in beta. Is there a smart way to do that or is it necessary to use a 1-dimensional repitition and make a map function of some kind? In other words I'm looking for something like this: \begin{not proper beta Syntax} twoDimRep : [10][5] ^integerObject; ... &integerObject[]->twoDimRep[3][3][]; 5->twoDimRep[3][3]; \end{not proper beta Syntax} How can I code something like that in _legal_ Beta? Small pieces of code, refs to FAQ's or other ressources would be highly appreciated :) Regards, Michael Hoehle