Re: A89: Re: TICGG Help with mats


[Prev][Next][Index][Thread]

Re: A89: Re: TICGG Help with mats




remember also that the index for the array starts at 0 not 1. so your matrix
would go from map[0][0] to map[9][9]


Andrew


----- Original Message -----
From: Rob Smith <Kormoc@netzero.net>
To: <assembly-89@lists.ticalc.org>
Sent: Monday, April 03, 2000 2:06 PM
Subject: Re: A89: Re: TICGG Help with mats


>
> I first tries map[5,10] and it just complained all the time, to access it,
> would i use map[1][1]?
> At 01:37 PM on Sunday, 4/2/00 +0200, you wrote:
> >You obviously used one-dimensional arrays where 2-dimensional
> >arrays need to be used. You tried to initialize one-dimensional
> >array with two-dimensional initializers...
>
> ----
> Rob Smith
> <a href="http://pa.ticalc.org">Visit Programmers Anonymous Today</a>
> <a href="http://www.tigalaxy.com">Come and see the Improved TIGALAXY
> Website</a>
> <a href="mailto:kormoc@netzero.net">Email-Me</a>
> <a href="aim:addbuddy?screenname=Billvortex">Add Me To Your Buddy List</a>
> ----
> GET HIGH SPEED ACCESS FOR FREE
> SIGN UP 10 PEOPLE AND GET A FREE MODEM
> http://i.winfire.com/s/isapiEng.dll/wf.exe?cmd=rl&673,100032596&wf.exe
> ----
> Stupidity got us into this mess - why can't it get us out?
>
> _____________________________________________
> NetZero - Defenders of the Free World
> Click here for FREE Internet Access and Email
> http://www.netzero.net/download/index.html
>
>




References: