Re: TIB: TI-92 Data File Usage


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

Re: TIB: TI-92 Data File Usage





On Wed, 11 Mar 1998, MrBean0904 wrote:

> 
> What commands do I need to use to create a 92 DAT file through a program?

To create a 92 DAT variable, you must use the command NewData like this:

NewData [data_var], [list1], [list2], ...

Each of the named lists becomes a column of the new data variable.


> Also, is there anyway to edit this through commands when I've created it?
> 

In order to change the data file through a program, I think you have to
copy all its columns to lists, edit the lists, delete the DAT variable,
and use NewData to create the DAT file again from the lists.

The data file is accessed just like an array except the rows and columns
are reversed, so this

  mat>list(datafile[1]) -> list1

will create list 'list1' from the first column of the array.

You're welcome -
JMG

> Thanks
> 
> Greg Stotts
> MrBean0904@aol.com
> http://members.aol.com/mrbean0904
> 



References: