Re: Een Array in een File schrijven


Posted by Jean Claude Servaye on August 16, 2000 at 18:06:34:

In Reply to: Een Array in een File schrijven posted by Adriaan on August 14, 2000 at 16:36:57:

Put your array in a StringList and use

MyStringList.WriteToFile('MyFile');

Your array is automatically written in the file.

To read it back use
MyStringList.ReadFromFile('MyFile');




Related Articles and Replies: