04-22-2025, 08:11 AM
It depends what/how you want to process this? What is your usecase?
In general the initial format you have is a lot more powerfull then what you suggest (put crlf between all characters)
QB64 can handle this easily and depending on your scenario, you could put it in a _MEM (unlimited) or fixed length string (up to 2GB) or process it by reading blocks of 64Mb (which I do with 100GB+ files)
In general the initial format you have is a lot more powerfull then what you suggest (put crlf between all characters)
QB64 can handle this easily and depending on your scenario, you could put it in a _MEM (unlimited) or fixed length string (up to 2GB) or process it by reading blocks of 64Mb (which I do with 100GB+ files)
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience

