Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uunet!comp.vuw.ac.nz!waikato.ac.nz!wschou From: wschou@waikato.ac.nz Newsgroups: comp.windows.ms.programmer Subject: Dynamic arrays in Microsoft Pascal Message-ID: <1991Apr4.111918.3321@waikato.ac.nz> Date: 3 Apr 91 23:19:16 GMT Organization: University of Waikato, Hamilton, New Zealand Lines: 11 What is the recognised method for allocating dynamic multi-dimensional arrays in Microsoft Pascal v4.01? under Windows 2.1 ? I was using Super Arrays and NEW to assign the memory but this is not permitted under Windows. Is there a way of accessing GlobalAlloc or LocalAlloc memory using the usual Pascal array subscripts ? Any and all ideas appreciated. -- Wayne Schou wschou@waikato.ac.nz