Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.25 seconds.

  1. [SOLVED] Re: Splitting a txt file with multiple spaces

    Just print out the value of line to make sure it is what you want.

    When you're sure of that, write a simple (< 10 lines) program that does the split on that line (hardcoded). Does that work how...
  2. [SOLVED] Re: Splitting a txt file with multiple spaces

    What does line equal before you split it? You can further simplify the problem by narrowing it down to that and getting rid of all the rest.

    And since the split() function is looking for a regular...
  3. [SOLVED] Re: Splitting a txt file with multiple spaces

    I've merged your two threads into one.

    To avoid confusion, you should post an SSCCE that demonstrates exactly what you're doing, and clearly state what is happening and what you expect to happen.
Results 1 to 3 of 3