How can i view the content of an Array file, outside MMF2?
Printable View
How can i view the content of an Array file, outside MMF2?
You're not 100% clear on what you want to do. But...
If you want to edit/view the file you can open it with a hex editor, that'll give you the raw data of the file (the file structure is fairly straight forward). If you want it to be structured like a spread sheet you'll need to make a program to do it.
There is such a program, I found it like yesterday on the forum but I forget where :S
EDIT: Fount it! :) http://community.clickteam.com/showthread.php?t=62086
Thats more for importing data into an array.
If you want to export the data you might as well export in CSV format.
Fast loop the data into an edit box object seperating the data with commas then save with a csv extension.
It converts both ways, so you can convert an array to a spreadsheet file which can be viewed in Excel.
Also, CSV format wouldn't easily support 3-dimensional arrays.
However, the version in that link is outdated - it's missing some functionality and has a few bugs.
You can get the updated and bug-free version here: http://www.create-games.com/download.asp?id=8360