can I form an array from DBF field records directly and put it as an ordinary array like this :
aDatos := { { "uno ", "dos ", "tres ", "cuatro", "cinco " },;
{ "Seis ", "Siete ", "Ocho ", "Nueve ", "Diez " } }
or should I do that module with aadd() function ?