Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    1,047

    [SOLVED] Re: Help Newbie in trouble

    Good luck.
  2. Replies
    7
    Views
    1,047

    [SOLVED] Re: Help Newbie in trouble

    Until the code doesn't product 0:null, change the array size to a small number like 5.

    Trace the code to see how values get into variables and then to where the contents of those variables are...
  3. Replies
    7
    Views
    1,047

    [SOLVED] Re: Help Newbie in trouble

    When you pass a variable to a method don't add []s. Just code the variable name.
  4. Replies
    7
    Views
    1,047

    [SOLVED] Re: Help Newbie in trouble

    The code violates coding conventions by having the same symbol for a class and a variable: Supplies.
    Variables should start with lowercase.

    What is this supposed to mean: Supplies[
Results 1 to 4 of 4