by dlzc <dlzc1@[EMAIL PROTECTED]
>
Feb 26, 2008 at 11:00 AM
Dear Derek:
On Feb 25, 8:43=A0am, "Derek" <dalik...@[EMAIL PROTECTED]
> wrote:
> Hi,
> How can I read the text file into an array.
> Please advise.
You have the obvious answers from others.
Another might be to simply
APPEND FROM <cfilename> SDF, and use dbf statistics to create and
populate the array. Or just index the file, and use it as is (the
index resides in RAM, if the file is small enough).
David A. Smith