04-22-2025, 04:34 AM
(This post was last modified: 04-22-2025, 04:35 AM by Circlotron.)
I am trying to work with a text file of pi that is one single line of one *billion* digits. QB64 Phoenix doesn't seem to like putting this one long line into a string variable. It just sits there with one CPU maxed out. Maybe it might do something eventually, but not in any reasonable time frame.
Is there an easy way using Linux to convert this long line into a file in the following format?
3
.
1
4
1
5
9
etc?
That should make it much easier to deal with.
While we are at it, what is the maximum size file that can be opened for reading?
Is there an easy way using Linux to convert this long line into a file in the following format?
3
.
1
4
1
5
9
etc?
That should make it much easier to deal with.
While we are at it, what is the maximum size file that can be opened for reading?

