User Profile

Collapse

Profile Sidebar

Collapse
SquidgeyBall
SquidgeyBall
Last Activity: Apr 25 '10, 10:53 PM
Joined: Apr 25 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Perfect, I will give this a go.

    Thanks for the help....
    See more | Go to post

    Leave a comment:


  • Thank you for the help, I am just a bit lost on how to display both of the parts below:

    string[,] myarray = {{"TestArray1Part 1", "TestArray1Part 2"},{"TestArray2P art1", "TestArray2Part 2"}};

    In the same foreach statement. At present I am using the following statement:

    foreach (string bothparts in myarray)
    {
    MessageBox.Show (bothparts);
    }...
    See more | Go to post

    Leave a comment:


  • SquidgeyBall
    started a topic Help with multidimensional array please

    Help with multidimensional array please

    I have created a multidimensiona l array as follows:

    string[,] myarray = {{"TestArray1Pa rt1", "TestArray1Part 2"},{"TestArray 2Part1", "TestArray2Part 2"}};

    Basically what I want to do is show a message box which will display the first two parts of the array (TestArray1Part 1 & TestArray1Part2 ), then loop to show the next parts.

    I am currently using a foreach statement...
    See more | Go to post
No activity results to display
Show More
Working...