Array as little table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arjen

    Array as little table

    Hi,

    I want to use an array as a little table. I don't know how to declare
    this in C# and I also don't know how to find a record in the array
    (based on id field). Hope somebody can help me.

    Here is the array/table structure I'm looking for.
    id, name, address
    value, value, value
    value, value, value
    value, value, value
    value, value, value, etc.

    I tried all kind of formulations string[], string[,], but I don't get
    it.

    Hope someone helps, thanks!


Working...