Page 2 of 2

Re: What is the maximum length a string variable can hold?

Posted: Thu Mar 28, 2024 10:57 am
by NicTheQuick
charvista wrote: Wed Mar 27, 2024 10:13 pm And finally, even having a large *Memory is not of big help, because with WriteData(), the maximum buffer size is 2GB.
I got the PB message [ERROR] WriteData(): The maximum buffer size is 2GB.
PureBasic has obviously still barriers to 2GB...
As far as I know the limit is not Purebasic but your operating system. There are limits for certain system calls.