Read Text file

anakinanakin Member Posts: 27
Hi,

I don't succeed to read a text file with row length > 250 chr, here is my code:

FileListLog.WRITEMODE(FALSE);
FileListLog.TEXTMODE(TRUE);
IF FileListLog.OPEN(FilePath + 'filelist.log') THEN
BEGIN
nchr := FileListLog.READ(variable)
....
....

If variable is text 250 I have an overflow exception; if variable is a big text, it's value is ''.

Help me ](*,)

Comments

Sign In or Register to comment.