Results 1 to 2 of 2

Thread: FILE INPUT HELP, ASAP!

  1. #1

    Thread Starter
    Addicted Member JasonGS's Avatar
    Join Date
    May 2000
    Location
    California
    Posts
    155
    Im reading exported data from a comma seperated value file and I'm having a problem.

    When I use the following statment:

    Code:
    Input #1, Field1$, Field2$, Field3$
    And the file contains (for instance)...
    "Address","Last, First","Phone"
    The input is as follows...
    Field1$ = Address
    Field2$ = Last <-- any idea why its delimiting this field?
    Field3$ = Phone

    immediate help would be greatly appreciated

  2. #2

    Thread Starter
    Addicted Member JasonGS's Avatar
    Join Date
    May 2000
    Location
    California
    Posts
    155
    ONLY GOD KNOWS WHY?

    I did not change a line of code, I rebooted and it works fine?!?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width