Closed barrust closed 7 years ago
The easiest way to create import / export is probably to change from using an array of int arrays into using a single long int array that is divided into each row. This would require some minor changes in lookup and adding elements.
divided
Added this ability to export and import from file in version 0.1.3
The easiest way to create import / export is probably to change from using an array of int arrays into using a single long int array that is
divided
into each row. This would require some minor changes in lookup and adding elements.