123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|432|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Text File Size

Mon, 16 Dec 2024, 17:02
dna

Text File Size


What is the largest Text file size that BB can create, or can it, for example, continue to write characters until the drive is full?
I was writing a file and monitoring it with the properties function. I checked in on it at 64.?? GB but later it went down to 17.??GB.

-=-=-
DNA
Mon, 16 Dec 2024, 17:37
dna
. . . or how can I determine when a disk is full from a continual write to the disk to fill it?

Reading from it requires a

WHILE NOT EOF(??)

which will exit when there is not more but how to make the loop exit when writing, to detect the disk is full?

-=-=-
DNA