TIB: Re: TI-Basic Digest V1 #606


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

TIB: Re: TI-Basic Digest V1 #606




Hello All,
 Need a little help with matrices on the 86. I'm creating a matrix with
the following code:

{8,8}->dim MAT3
Fill(0,MAT3)

This should create a Matrix of 8x8, and fill it with 0's.

However, at some point, the program(A Minesweeper clone) is turning it
into a matrix of 8x8 filled with (0,0). Can anyone help me out on this?
I'm trying to port old code from the 82, and this is occuring.

Thanks,
-P



Follow-Ups: References: