Bastien
25th February 2003, 18:52
Hi there,

I encounter some difficulties with my actual development.

I store in an internal array (map.tab()) table fields:
For example:
map.tab(1,1) = "ttmmm999.fff1"
map.tab(1,2) = "ttmmm999.fff2"

I need now to store the value of the table field "ttmmm999.fffX" by using the internal array in a file...

Do you know how to do it?:confused:

Thank you very much in advance.

Have a great day.

popeye
25th February 2003, 19:14
Check out the expression compile functions.
HTH,
Popeye :o)