[RESOLVED] [2005] Save and load arrays to and exterior source
high, i have an array which holds string data
how do i save it to an exterior file and load it.
the array is like
and i use it to to draw a map and read it. (you probably wont believe that)
what i need is for the user to be able to draw thier own map and save it so i can use it later on etc.
Re: [2005] Save and load arrays to and exterior source
What datatype is the array?
Re: [2005] Save and load arrays to and exterior source
What you are looking to do is probably best achieved through serialization and deserialization.
I did a quick google search, and this article should help
Re: [2005] Save and load arrays to and exterior source