[fpc-pascal] Persistent lists to save records
luciano de souza
luchyanus at gmail.com
Mon Sep 22 16:01:09 CEST 2014
Hello all,
Sometimes, I want only to save a simple file of records. The first
approach is record files, handled with reset, read, write and close of
CRT unit.
However, thereis an important limit. Strings can't exceed 255
characters. The $H switch can't be on.
So my question is: which are the easiest way to save records without
this limitation?
Is there something like a persistent list?
--
Luciano de Souza
More information about the fpc-pascal
mailing list