Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: I Want To Apply Currency Format To My 2 Dimensional Array?

    Look at the print statement and see why it doesn't print any but the values at index 0 and index 1
    The index in the code does not index past those two values.

    Look at using an else statement to...
  2. Re: I Want To Apply Currency Format To My 2 Dimensional Array?

    Use an if statement to detect when the index is in the first column and use a different print() statement.
Results 1 to 2 of 2