Re: A89: matrix ? BASIC question


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

Re: A89: matrix ? BASIC question




David Demers wrote:

> How can I have a program create a new matrix, or overwrite an existing
> matrix at the start of the program?
>

In your basic program write
newMat(rows,col)->matrix's name

-Mike



References: