Hello all,
I was just wondering what the official size limit for files was
in PowerBasic. I was just trying some things out and I was able to
create a file 5,000,000,000 bytes long with PB but this is larger
than a LONG(4,294,967,296) so... does this mean that powerbasic
uses QUADS for file pointer related functions? or was this just
a error that slipped by?
------------------
Cheers
I was just wondering what the official size limit for files was
in PowerBasic. I was just trying some things out and I was able to
create a file 5,000,000,000 bytes long with PB but this is larger
than a LONG(4,294,967,296) so... does this mean that powerbasic
uses QUADS for file pointer related functions? or was this just
a error that slipped by?
------------------
Cheers
Comment