I’m trying to split a StringList content into multiple parts (in Delphi)…
Sounds easy but I’m stupidly blocked 😮
For example, the StringList contains 1001 lines and I would like to split the content into 2 StringLists. So, one will have 500 lines, and the other one will have 501 lines.
No matter if the first have 501 and the second 500, or vice versa.
If someone can push me on the right way…
Thanks in advance !
Beny
You could do something like this: