or download this
1) holds the basic table data
%T{tableName}=[['A','B',undef,'C'],['1','2',undef,'3'],['1','2',undef,
+'67']];
...
3) holds any required indexes
%I{tableName}{_checksum}{'A'}=ref_to_row ['A','B',undef,'C']
%I{tableName}{_checksum}{'1'}=ref_to_row ['1','2',undef,'3']