Search:

Type: Posts; User: Mohak.

Search: Search took 0.42 seconds.

  1. Replies
    13
    Views
    2,374

    Re: Having some nested loop problem

    There's one more thing, the dialog boxes don't seem to include the tabbed spaces("\t") in the ouput.
    So, changing the statement from [output += "\t";] to [output += " ";] (that include two spaces)...
  2. Replies
    13
    Views
    2,374

    Re: Having some nested loop problem

    Also, the loop containing variable column should NOT be a second-level nest.
    It has to be nested only in the loop containing variable row.
    And also there's no need for the label nextnextRow. Just a...
  3. Replies
    13
    Views
    2,374

    Re: Having some nested loop problem

    i don't think it has skipped that statement.
    It enters the tabbed space("\t") after every newline character("\n") because of the '>=' in the condition space >= row.

    You could change the condition...
Results 1 to 3 of 4