I need to read text file by lines. I use File.READ(VariableText1024) for
this purposes, but today I faced with problem when the given text file
contains a line longer than 1024 characters. NAV doesn't support text
variables with 1024+ length, so I get an error every time, when I rich such
long line in the file. Can anyone suggest an approach?
br,
Gennadii
"Gennadii Ostapenko" wrote:
> .
>