Search found 1 match

by rgd
Tue Aug 12, 2014 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Importing a binary data file and manipulating it
Replies: 3
Views: 3152

Importing a binary data file and manipulating it

Hi, I need to import binary data files each of which are up to 2 GB in size and manipulate the data it contains such as outputing chunks of the data to integer format to a CSV type file or maybe plotting the data directly from LiveCode. I have been learning C to do this kind of thing, but now I have...