Results 1 to 4 of 4

Thread: [RESOLVED] [2005] Save and load arrays to and exterior source

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    21

    Resolved [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

    VB Code:
    1. Terrain(0 to 100)

    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.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [2005] Save and load arrays to and exterior source

    What datatype is the array?
    I don't live here any more.

  3. #3
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    21

    Re: [2005] Save and load arrays to and exterior source

    the array is string

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width