Search found 4 matches

by Outsourced
Thu Aug 20, 2015 5:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you open a very large text file? (more than 1GB)
Replies: 7
Views: 4119

Re: How do you open a very large text file? (more than 1GB)

I recently had occasion to parse contents out of a 6.2 GB file (tip: don't try anything bigger than 2 GB in versions prior to 7.1rc1, as seek addressing has been enhanced for 64-bit file systems). So with the most recent version it's possible to handle just about any size file any modern file syste...
by Outsourced
Thu Aug 20, 2015 4:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you open a very large text file? (more than 1GB)
Replies: 7
Views: 4119

Re: How do you open a very large text file? (more than 1GB)

MaxV wrote:1Gb?
What is it?
Is just a plain text file?
I this case you can speed up very easy.
If you use Linux I suggest to split the file:

Code: Select all

split -b 100m  myfile.txt 
so you'll have just 10 files of 100 Mb each.
yes just a huge text file, unfortunately I only have Windows on this machine.

Thanks
by Outsourced
Thu Aug 20, 2015 2:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you open a very large text file? (more than 1GB)
Replies: 7
Views: 4119

Re: How do you open a very large text file? (more than 1GB)

dunbarx wrote:Hi.

I cannot think this is a LiveCode issue.

What happens if you try to do anything else with a large file? Like simply copy and paste it?

Craig Newman

sorry :(

Nothing wrong happens. The problem is only opening it.
by Outsourced
Thu Aug 20, 2015 2:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do you open a very large text file? (more than 1GB)
Replies: 7
Views: 4119

How do you open a very large text file? (more than 1GB)

Hello,

my computer is struggling to open a text file.

My internal fan isn't working either so if I try wordpad, it gets too hot and it shuts down by itself. :(