Thread: Array storage
View Single Post
  #3 (permalink)  
Old 04-13-2008, 05:41 AM
theonly theonly is offline
Member
 
Join Date: Apr 2008
Posts: 23
theonly is on a distinguished road
Saving an array as a whole, well you could break the array into a string with spaces then write that into a file. When you want the same array just open the file and combine the string into an array. I hope that make sense.
Reply With Quote