Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Reading an Unicode file with more than 8191 lines

Jun
12
0
Is there a way to effectively read lines from an Unicode file? @LINE works OK but has limitation - 8191 lines. @FILEREAD returns garbage when used with Unicode files.
 
Raistlin wrote:

> Is there a way to effectively read lines from an Unicode file? @LINE
> works OK but has limitation - 8191 lines. @FILEREAD returns garbage when
> used with Unicode files.

@LINE is not limited to 8191 lines; it's limited to a maximum of 8,191
characters *per* line.

You can also read lines from files (Unicode or ASCII) with DO or FOR.

Rex Conn
JP Software
 

Similar threads

Back
Top