Results 1 to 3 of 3

Thread: Help pls

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Posts
    60

    Help pls

    I have a text file with a few rows of data,

    every column represent a type of data, how do i read from the

    text file and put them into the respective array.

    The columns are seperated by spaces, eg;

    item cost Qty
    shoe $10.00 3
    shirt $5.00 7

  2. #2
    Member
    Join Date
    Mar 2002
    Location
    Australia
    Posts
    39
    you could seperate them with commas item,cost,qty

    then when you input it

    input #1, item$, cost$, qty$
    BOO

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2002
    Posts
    60
    But the data comes in the form of spaces,

    how coould i convert it to CSV??

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