Thread: Array storage
View Single Post
  #2 (permalink)  
Old 04-12-2008, 11:31 PM
Chris.Brown.SPE's Avatar
Chris.Brown.SPE Chris.Brown.SPE is offline
Member
 
Join Date: Apr 2008
Location: State College, PA
Posts: 50
Chris.Brown.SPE is on a distinguished road
Send a message via AIM to Chris.Brown.SPE
Using the toString() function with arrays you can get a string representation of the array, but i have no idea how to get it back from that point. You can always do it by writing a function to save it in your own format and then parse it back to the array when it comes back. Good Luck.
Reply With Quote