Recent

Author Topic: Array in Lazarus (Linux)  (Read 3775 times)

meulinux

  • Guest
Array in Lazarus (Linux)
« on: September 16, 2011, 12:04:14 am »
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
« Last Edit: September 16, 2011, 12:08:10 am by meulinux »

CaptBill

  • Sr. Member
  • ****
  • Posts: 435
Re: Array in Lazarus (Linux)
« Reply #1 on: September 16, 2011, 04:30:55 am »
When searching on google use "delphi array tutorial". You will find much more info that will work just the same in Lazarus 99% of the time.

About.com search "delphi arrays" is a good source.

 

TinyPortal © 2005-2018