[Lazarus] In search of a component for holding a table of strings

Lars noreply at z505.com
Sat Jan 7 20:09:03 CET 2017


On Fri, January 6, 2017 10:35 am, Bart via Lazarus wrote:
> On 1/6/17, Michael Schnell via Lazarus <lazarus at lists.lazarus-ide.org>
> wrote:
>
>
>> Instead of a two dimensional array of strings you could have use a
>> single dimensional array of StringLists (a less symmetrical way, of
>> course).
>
> That was my frist try (see:
> http://svn.code.sf.net/p/flyingsheep/code/trunk/FarmedTools/tableemulator.
> pp), but then you run into troubles when a string contains a LineEnding...
>

Isn't there a way to change LineEnding to something like a dummy that
never gets read...

Or maybe I am confusing Delimiter for CSV values

Should line ending be modifiable to anything someone wants?


More information about the Lazarus mailing list