Scott Collins wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Are the strings constant? or do you have to keep re-assigning them as > they change over the life of the table? The strings are not constant. They can change. User can edit arbitrary cell in the outliner. It should also support these methods: appendRow(in unsigned long count, [array, size_is(count)] in cells) insertRow(in long row, ... in cells) updateRow(in long row, ... in cells) deleteRow(in long row) I just found that there is DOMString. But it seems that it can't be used in arrays. Can it be useful ? > ______________________________________________________________________ > Scott Collins http://ScottCollins.net/ > > > > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com> > > iQA/AwUBOuRWKvGmojMuVn+fEQINbACfXkCoCyq6jf2wlPGaYYGP/yfrkGUAoM+t > aF8U7VIFo4vHfnFs+ooK/IOT > =u679 > -----END PGP SIGNATURE----- >
