Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Reading data from a file and setting it to an array

    So the store name is a single item in a two-element array. The second element will be either undefined, a space, or . . . ? depending on the actual items in the file. You can use that difference in...
  2. Re: Reading data from a file and setting it to an array

    With your uni instruction and my minimal explanation, you've made it more complicated than it needs to be. To simplify: read each block of data from the file in a loop; each line of each block of...
  3. Re: Reading data from a file and setting it to an array

    Oh, I thought that was the desired output. It's unusual, unnecessary, and complicating to include the titles of the data fields in the file. However, since the field names add some consistency, I...
  4. Re: Reading data from a file and setting it to an array

    What does the data in the file look like? Can you give us a short sample of the file?
Results 1 to 4 of 4