Search:

Type: Posts; User: copeg

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    1,553

    Re: What the heck is wrong with my code?

    The variable myList is specified by a generic - the compile time check prevents you from assuming it is a double (in other words doesn't allow you to iterate over the list that way). You know its a...
  2. Replies
    3
    Views
    1,553

    Re: What the heck is wrong with my code?

    What error? Compile time? Run time? Posting them fully will facilitate you getting help.
Results 1 to 2 of 2