FILE_DT.TEXTMODE(TRUE); FILE_DT.WRITEMODE(FALSE); FILE_LGN.TEXTMODE(TRUE); FILE_LGN.WRITEMODE(FALSE); nomFic := 'DT_' + FORMAT("No.") + '.xml'; nomFic2 := 'LGN_' + FORMAT("No.") + '.xml'; pathFic := DifParam."Param Value" + '\' + nomFic; pathFic2 := DifParam."Param Value" + '\' + nomFic2; IF NOT FILE_DT.OPEN(pathFic) THEN EXIT;If somebody has an idea .... Thanks
Comments
Therefore I do a sequential read and that I get what I need, like a text file.
Is it true that the larger the file the longer it takes big to open?