Posted 12 November 2012 - 07:39 AM
Ok, so I have a program that allows me to draw 3D shapes and then have them created by a turtle.
The position data for these shapes is stored in a massive array (1000 variables stored) and each variable is a 1-9 (representing the inventory slot to be accessed for the block to be placed
Anyhow, my problem is this. I can draw my shapes very nicely but I can't save my drawings
Is there any way to save the entirety of an array to an external file somehow?
The position data for these shapes is stored in a massive array (1000 variables stored) and each variable is a 1-9 (representing the inventory slot to be accessed for the block to be placed
Anyhow, my problem is this. I can draw my shapes very nicely but I can't save my drawings
Is there any way to save the entirety of an array to an external file somehow?