array vs. table
Posted: Thu Oct 01, 2009 3:08 am
I am a bewildered novice again:
I would like to be able to add new columns to an existing table, or populate particular [row,column] places in a table, and am trying to learn the most efficient way to do this.
In the process, I have a couple of questions:
Is it possible to display a 2 dimensional array into a table? (When I try this I get an error.)
put myArray into field "myTable"
On the other hand can I put the contents of a table into an array variable:
put field "myTable" into myArray
so that I can then update myArray with more data?
Alternatively, is it possible to update the contents of a table with:
put data into field myTable [x,y]
Any suggestions appreciated...
I would like to be able to add new columns to an existing table, or populate particular [row,column] places in a table, and am trying to learn the most efficient way to do this.
In the process, I have a couple of questions:
Is it possible to display a 2 dimensional array into a table? (When I try this I get an error.)
put myArray into field "myTable"
On the other hand can I put the contents of a table into an array variable:
put field "myTable" into myArray
so that I can then update myArray with more data?
Alternatively, is it possible to update the contents of a table with:
put data into field myTable [x,y]
Any suggestions appreciated...