[NTLK] Multi-dimensional arrays in NS Basic

From: Hemant Kamat (hemantkamat_at_eth.net)
Date: Wed Aug 18 2004 - 05:06:21 PDT


Has anybody used multi-dimensional arrays in NS Basic 3.6.x? I tried using
the example given in Technotes #6

DIM A[ROWS]
FOR I = 0 TO ROWS
  A[I]=ARRAY(COLS,0)
NEXT I

but it generates an error at runtime. Please help.

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
Official Newton FAQ: http://www.chuma.org/newton/faq/
WikiWikiNewt for all kinds of articles: http://tools.unna.org/wikiwikinewt/


This archive was generated by hypermail 2.1.5 : Wed Aug 18 2004 - 05:30:01 PDT