access of table elements

Frank Fock Frank.Fock____t-online.de
Thu Apr 19 21:10:53 CEST 2001


Gavin Simpson wrote:

> Could someone please supply us with a working example of an agent that
> contains a table which has at least one row containing data, as we
> cannot figure out how to do this.
>

The table, to which you are trying to add a row, has string
without implied length as index value. Thus, a new row
added should have an index like
n.c1.c2...cn
where n is the length of the string and c1 its first character's
ASCII value and so on.

For example, an index string "A" would have the index value "1.65".

Regards,
Frank





More information about the AGENTPP mailing list