Please, move topic to General Programming
Someone could indicate a powerful tutorial on Array
I started a new project.
I capture a given string using AnsiIndexStr are a range of 300 items.
Each string indexed insert many rows within a ListBox.
When selecting an item in the ListBox, adds amount to another ListBox (ListBox1 - ListBox2).
1.) Determined string captured;
2.) ListBox1.GetSelectedText; // 1,2,3,...5000,5001...
3.) ListBox2.GetSelectedText; // 1,2,3,.. end = 150.
There are many possibilities.
How do I find this such a record in a table, Array?
Using sqlite3
Please Help
Thanks