macro substitution

Dear all,
Please can I make my listbox in a variable manner?
I have 3 listboxes and I want to make the number for listbox is a variable ?
I need to display an 2d-array in 3 listboxes .

    for (int k = 0; k != array_cols; k++)
        {
            for (int i = 0; i != array_rows; i++)
            {
                arraytimes[i, j] = Multi;
                Multi = Multi * 10;
                listBox($k).Items.Add(arraytimes[i, k]);
            }
        }

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion