Re: TIB: A couple of questions...


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

Re: TIB: A couple of questions...




In a message dated 98-04-25 02:32:54 EDT, you write:

> 
>  
>  Okay, I have 2 questions.  First, is there a way to access a specific part
>  of a matrix like you can in a list?  With a list you could just do
>  listname(element#) but I haven't seen a way to do this in a matrix. 
>  Secondly, although I doubt it, is there a way to delete variables in a
>  program?  It would be nice to be able to "clean up" on exit.  Thanks.
>  
You can access individual matrix spaces by matrixname(row,col) on an
82,83,85,86, or matrixname[row,col] on a 92.  If you have a 92 you can use
delvar varname, or delvar(varname) on an 83 or 86.  82 and 85 cannot delete
variables through programs.
Paul Chase II