keepingbusy
Programmer
Sorry if this is easy to some, but I have not had any dealings with this before.
I use the following to create an array which is then shown as a list box on a form:
Code:
DIMENSION MyArray(1)
SELECT field1, field2, field3 FROM MyTable WHERE ;
CONDITION=mcondition ORDER BY field1 INTO ARRAY MyArray
I have checked the help file (unless I've missed it) without success.
Any guidance or direction would be appreciated.
Thank you
Lee