CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Trexiel

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,129

    Re: Simple question on updating List items

    The problem is that while iterating through a generic list, updating the iterated member does not actually update the list value itself. Please see the example code.

    Thanks
  2. Replies
    3
    Views
    1,129

    Simple question on updating List items

    I'm trying to find a simple way to update the items in a list. When using For...Each the items do not actually get updated. See the following code...

    Private Structure test
    Dim iNum...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured