Re: [fpc-pascal] Persistent lists to save records

2014-09-22 Thread luciano de souza
Hum... It's a very good idea. Firstly, I thought in something like a persistent list with LoadFromFile and SaveTofile methods, but this approach is really simple and useful. 2014-09-22 13:01 GMT-03:00, leledumbo : >> So my question is: which are the easiest way to save records without this > limit

Re: [fpc-pascal] Persistent lists to save records

2014-09-22 Thread leledumbo
> So my question is: which are the easiest way to save records without this limitation? > Is there something like a persistent list? Not with static data record. That one do only support shortstrings, because it contains actual data. Other strings are just pointers, which will be saved as pointer