Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: How to save/access class objects on a .txt file?

    Sorry, I forgot to mention separating the fields in a record with a special character and then using split to separate the fields.
    But I see that you have thought of it. That should work for you.
    ...
  2. [SOLVED] Re: How to save/access class objects on a .txt file?

    Define a layout for each record (corresponds to an Account object) and use that to define what bytes of each data field are stored where.
    If the fields are variable length, that will make the...
Results 1 to 2 of 2