Results 1 to 2 of 2

Thread: Reading data from diffferent file types

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    Halifax, NS Canada
    Posts
    30
    I have created programs in the past that sequentially reads data from .txt files with no problem.

    Is it possible to read data in the same way from files other than .txt files, such as .doc files. The data is also stored in tables in the .doc files?

    Am I trying the impossible or can someone shed some light on this for me please?

    Dave R.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    How are you opening your txt files? If you're using Input, you may have problems opening filetypes that are not text-based. Instead you should open in Binary.

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