From: John Joyce Date: 2007-11-06T09:28:33+09:00 Subject: Re: File Save Question If you don't want to use YAML or other methods, you can also save the array's data in an even simpler format, like CSV (comma separated values) It can be a lot simpler and can be sent of to other apps like Excel or whatever. Just another option. You can then load it back from the CSV file into an array.