Results 1 to 2 of 2

Thread: Integer help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2006
    Posts
    122

    Integer help

    I've got this code
    Code:
     for (int i = 0; i < unique.Count; i++)
                    if (!updated.Contains(unique[i]))
                	
                        updated.Add(unique[i]);
    How could I display what unique[i] is in a messagebox or something? Thanks

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width