@all,
I've written a little program reading a sequential ASCII/Text file, making some manipulations and writing a second file.
The records will be read using the "while/wend" command and all runs ok if the file size isn't bigger than 2 GB.
Independently from the problem above, which perhaps have other reasons:
Are there generally any file size limitations for PB reading sequential files? (OS: Win XP sp3)
bye,
Volker
I've written a little program reading a sequential ASCII/Text file, making some manipulations and writing a second file.
The records will be read using the "while/wend" command and all runs ok if the file size isn't bigger than 2 GB.
Independently from the problem above, which perhaps have other reasons:
Are there generally any file size limitations for PB reading sequential files? (OS: Win XP sp3)
bye,
Volker
Comment